Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coze-dev/coze-go
/ types & classes
Types & classes
542 in github.com/coze-dev/coze-go
⨍
Functions
756
◇
Types & classes
542
↓ 7 callers
TypeAlias
AuthErrorCode
AuthErrorCode represents authentication error codes
error.go:47
↓ 5 callers
Struct
handler
examples/websockets/speech/main.go:13
↓ 3 callers
TypeAlias
DocumentFormatType
DocumentFormatType represents the format type of a document
datasets_documents.go:214
↓ 3 callers
TypeAlias
DocumentStatus
DocumentStatus represents the status of a document
datasets_documents.go:236
↓ 3 callers
TypeAlias
WorkflowExecuteStatus
WorkflowExecuteStatus represents the execution status of a workflow
workflows_runs_histories.go:34
↓ 3 callers
TypeAlias
WorkflowRunMode
WorkflowRunMode represents how the workflow runs
workflows_runs_histories.go:20
↓ 2 callers
TypeAlias
BotMode
BotMode represents the bot mode
bots.go:96
↓ 2 callers
TypeAlias
DatasetStatus
DatasetStatus 表示数据集状态
datasets.go:81
↓ 2 callers
TypeAlias
DocumentSourceType
DocumentSourceType represents the source type of a document
datasets_documents.go:226
↓ 2 callers
TypeAlias
DocumentUpdateType
DocumentUpdateType represents the update type of a document
datasets_documents.go:248
↓ 1 callers
TypeAlias
AudioCodec
AudioCodec represents the audio codec
audio_rooms.go:20
↓ 1 callers
TypeAlias
ChatEventType
ChatEventType Event types for chat.
chats.go:159
↓ 1 callers
TypeAlias
MessageRole
MessageRole represents the role of message sender
common.go:73
↓ 1 callers
TypeAlias
StreamVideoType
StreamVideoType represents the stream video type
audio_rooms.go:73
↓ 1 callers
TypeAlias
VideoCodec
VideoCodec represents the video codec
audio_rooms.go:57
↓ 1 callers
TypeAlias
WorkflowEventType
WorkflowEventType represents the type of workflow event
workflows_runs.go:145
TypeAlias
AudioFormat
AudioFormat represents the audio format type
audio.go:4
Struct
AudioSpeechTranscriptionsReq
audio_transcription.go:21
Struct
AudioTranscriptionsData
audio_transcription.go:36
Interface
Auth
auth_token.go:8
Struct
AuthError
error.go:73
Interface
BasePaged
pagination.go:3
Struct
BaseWebSocketAudioSpeechHandler
websocket_event.go:929
Struct
BaseWebSocketAudioTranscriptionHandler
websocket_event.go:975
Struct
BaseWebSocketChatHandler
websocket_event.go:824
Struct
Bot
Bot represents complete bot information
bots.go:104
Struct
BotKnowledge
BotKnowledge represents bot knowledge base configuration
bots.go:132
Struct
BotModelInfo
BotModelInfo represents bot model information
bots.go:139
Struct
BotModelInfoConfig
bots.go:145
Struct
BotOnboardingInfo
BotOnboardingInfo represents bot onboarding information
bots.go:168
Struct
BotPluginAPIInfo
BotPluginAPIInfo represents bot plugin API information
bots.go:174
Struct
BotPluginInfo
BotPluginInfo represents bot plugin information
bots.go:181
Struct
BotPromptInfo
BotPromptInfo represents bot prompt information
bots.go:190
Struct
BotSuggestReplyInfo
bots.go:194
Struct
CancelChatsReq
CancelChatsReq represents the request to cancel a chat
chats.go:310
Struct
CancelChatsResp
chats.go:359
Struct
Chat
Chat represents chat information
chats.go:185
Struct
ChatError
ChatError represents error information
chats.go:212
Struct
ChatEvent
ChatEvent represents a chat event in the streaming response
chats.go:375
Struct
ChatPoll
ChatPoll represents polling information for a chat
chats.go:420
Struct
ChatRequiredAction
ChatRequiredAction represents required action information
chats.go:231
TypeAlias
ChatStatus
ChatStatus The running status of the session.
chats.go:141
Struct
ChatSubmitToolOutputs
ChatSubmitToolOutputs represents tool outputs that need to be submitted
chats.go:240
Struct
ChatToolCall
ChatToolCall represents a tool call
chats.go:246
Struct
ChatToolCallFunction
ChatToolCallFunction represents a function call in a tool
chats.go:256
Struct
ChatUsage
ChatUsage represents token usage information
chats.go:220
Struct
ClearConversationsReq
ClearConversationsReq represents request for clearing conversation
conversations.go:150
Struct
ClearConversationsResp
conversations.go:155
Struct
CloneAudioVoicesReq
CloneAudioVoicesReq represents the request for cloning a voice
audio_voices.go:95
Struct
CloneAudioVoicesResp
CloneAudioVoicesResp represents the response for cloning a voice
audio_voices.go:108
TypeAlias
CodeChallengeMethod
CodeChallengeMethod represents the code challenge method
auth.go:172
Struct
Conversation
Conversation represents conversation information
conversations.go:82
Struct
CozeAPI
client.go:8
FuncType
CozeAPIOption
func(*clientOption)
client.go:38
Struct
CreateAudioRoomsReq
CreateAudioRoomsReq represents the request for creating an audio room
audio_rooms.go:38
Struct
CreateAudioRoomsResp
CreateAudioRoomsResp represents the response for creating an audio room
audio_rooms.go:108
Struct
CreateAudioSpeechReq
CreateAudioSpeechReq represents the request for creating speech
audio_speech.go:22
Struct
CreateAudioSpeechResp
CreateAudioSpeechResp represents the response for creating speech
audio_speech.go:34
Struct
CreateAudioTranscriptionsResp
audio_transcription.go:31
Struct
CreateBotsReq
bots.go:199
Struct
CreateBotsResp
bots.go:211
Struct
CreateChatsReq
CreateChatsReq represents the request to create a chat
chats.go:273
Struct
CreateChatsResp
chats.go:354
Struct
CreateConversationMessageFeedbackReq
CreateConversationMessageFeedbackReq represents request for creating message feedback
conversations_messages_feedback.go:45
Struct
CreateConversationMessageFeedbackResp
CreateConversationMessageFeedbackResp represents response for creating message feedback
conversations_messages_feedback.go:59
Struct
CreateConversationsReq
CreateConversationsReq represents request for creating conversation
conversations.go:118
Struct
CreateConversationsResp
conversations.go:133
Struct
CreateDatasetResp
datasets.go:124
Struct
CreateDatasetsDocumentsReq
CreateDatasetsDocumentsReq represents request for creating document
datasets_documents.go:258
Struct
CreateDatasetsDocumentsResp
CreateDatasetsDocumentsResp represents response for creating document
datasets_documents.go:311
Struct
CreateDatasetsReq
CreateDatasetsReq 表示创建数据集的请求
datasets.go:116
Struct
CreateEnterpriseMemberReq
CreateEnterpriseMemberReq represents the request to create enterprise members
enterprises_members.go:58
Struct
CreateEnterpriseMemberResp
CreateEnterpriseMemberResp represents the response from creating enterprise members
enterprises_members.go:64
Struct
CreateMessageReq
CreateMessageReq represents request for creating message
conversations_messages.go:105
Struct
CreateMessageResp
CreateMessageResp represents response for creating message
conversations_messages.go:204
Struct
CreateVoicePrintGroupFeatureReq
audio_voiceprint_groups_features.go:99
Struct
CreateVoicePrintGroupFeatureResp
audio_voiceprint_groups_features.go:108
Struct
CreateVoicePrintGroupReq
audio_voiceprint_groups.go:79
Struct
CreateVoicePrintGroupResp
audio_voiceprint_groups.go:84
Struct
CreateWebsocketAudioSpeechReq
websocket_audio_speech.go:9
Struct
CreateWebsocketAudioTranscriptionReq
websocket_audio_transcription.go:9
Struct
CreateWebsocketChatReq
websocket_chat.go:12
Struct
CreateWorkspaceMemberReq
workspaces_members.go:80
Struct
CreateWorkspaceMemberResp
workspaces_members.go:85
Struct
Dataset
Dataset 表示数据集信息
datasets.go:89
Struct
DeleteConversationMessageFeedbackReq
DeleteConversationMessageFeedbackReq represents request for deleting message feedback
conversations_messages_feedback.go:64
Struct
DeleteConversationMessageFeedbackResp
DeleteConversationMessageFeedbackResp represents response for deleting message feedback
conversations_messages_feedback.go:72
Struct
DeleteConversationsMessagesReq
DeleteConversationsMessagesReq represents request for deleting message
conversations_messages.go:189
Struct
DeleteConversationsMessagesResp
DeleteConversationsMessagesResp represents response for creating message
conversations_messages.go:254
Struct
DeleteDatasetsDocumentsReq
DeleteDatasetsDocumentsReq represents request for deleting datasetsDocuments
datasets_documents.go:280
Struct
DeleteDatasetsDocumentsResp
DeleteDatasetsDocumentsResp represents response for deleting datasetsDocuments
datasets_documents.go:329
Struct
DeleteDatasetsReq
DeleteDatasetsReq 表示删除数据集的请求
datasets.go:165
Struct
DeleteDatasetsResp
datasets.go:169
Struct
DeleteEnterpriseMemberReq
DeleteEnterpriseMemberReq represents the request to delete an enterprise member
enterprises_members.go:69
Struct
DeleteEnterpriseMemberResp
DeleteEnterpriseMemberResp represents the response from deleting an enterprise member
enterprises_members.go:76
Struct
DeleteVoicePrintGroupFeatureReq
audio_voiceprint_groups_features.go:127
Struct
DeleteVoicePrintGroupFeatureResp
audio_voiceprint_groups_features.go:132
Struct
DeleteVoicePrintGroupReq
audio_voiceprint_groups.go:99
Struct
DeleteVoicePrintGroupResp
audio_voiceprint_groups.go:103
Struct
DeleteWorkspaceMemberReq
workspaces_members.go:94
next →
1–100 of 542, ranked by callers