waBotMetadata

package
v0.0.0-...-7159d90 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 15, 2025 License: MPL-2.0 Imports: 6 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	BotMetricsEntryPoint_name = map[int32]string{
		1:  "FAVICON",
		2:  "CHATLIST",
		3:  "AISEARCH_NULL_STATE_PAPER_PLANE",
		4:  "AISEARCH_NULL_STATE_SUGGESTION",
		5:  "AISEARCH_TYPE_AHEAD_SUGGESTION",
		6:  "AISEARCH_TYPE_AHEAD_PAPER_PLANE",
		7:  "AISEARCH_TYPE_AHEAD_RESULT_CHATLIST",
		8:  "AISEARCH_TYPE_AHEAD_RESULT_MESSAGES",
		9:  "AIVOICE_SEARCH_BAR",
		10: "AIVOICE_FAVICON",
		11: "AISTUDIO",
		12: "DEEPLINK",
		13: "NOTIFICATION",
		14: "PROFILE_MESSAGE_BUTTON",
		15: "FORWARD",
		16: "APP_SHORTCUT",
		17: "FF_FAMILY",
		18: "AI_TAB",
		19: "AI_HOME",
		20: "AI_DEEPLINK_IMMERSIVE",
		21: "AI_DEEPLINK",
		22: "META_AI_CHAT_SHORTCUT_AI_STUDIO",
		23: "UGC_CHAT_SHORTCUT_AI_STUDIO",
		24: "NEW_CHAT_AI_STUDIO",
		25: "AIVOICE_FAVICON_CALL_HISTORY",
		26: "ASK_META_AI_CONTEXT_MENU",
		27: "ASK_META_AI_CONTEXT_MENU_1ON1",
		28: "ASK_META_AI_CONTEXT_MENU_GROUP",
		29: "INVOKE_META_AI_1ON1",
		30: "INVOKE_META_AI_GROUP",
		31: "META_AI_FORWARD",
		32: "NEW_CHAT_AI_CONTACT",
	}
	BotMetricsEntryPoint_value = map[string]int32{
		"FAVICON":                             1,
		"CHATLIST":                            2,
		"AISEARCH_NULL_STATE_PAPER_PLANE":     3,
		"AISEARCH_NULL_STATE_SUGGESTION":      4,
		"AISEARCH_TYPE_AHEAD_SUGGESTION":      5,
		"AISEARCH_TYPE_AHEAD_PAPER_PLANE":     6,
		"AISEARCH_TYPE_AHEAD_RESULT_CHATLIST": 7,
		"AISEARCH_TYPE_AHEAD_RESULT_MESSAGES": 8,
		"AIVOICE_SEARCH_BAR":                  9,
		"AIVOICE_FAVICON":                     10,
		"AISTUDIO":                            11,
		"DEEPLINK":                            12,
		"NOTIFICATION":                        13,
		"PROFILE_MESSAGE_BUTTON":              14,
		"FORWARD":                             15,
		"APP_SHORTCUT":                        16,
		"FF_FAMILY":                           17,
		"AI_TAB":                              18,
		"AI_HOME":                             19,
		"AI_DEEPLINK_IMMERSIVE":               20,
		"AI_DEEPLINK":                         21,
		"META_AI_CHAT_SHORTCUT_AI_STUDIO":     22,
		"UGC_CHAT_SHORTCUT_AI_STUDIO":         23,
		"NEW_CHAT_AI_STUDIO":                  24,
		"AIVOICE_FAVICON_CALL_HISTORY":        25,
		"ASK_META_AI_CONTEXT_MENU":            26,
		"ASK_META_AI_CONTEXT_MENU_1ON1":       27,
		"ASK_META_AI_CONTEXT_MENU_GROUP":      28,
		"INVOKE_META_AI_1ON1":                 29,
		"INVOKE_META_AI_GROUP":                30,
		"META_AI_FORWARD":                     31,
		"NEW_CHAT_AI_CONTACT":                 32,
	}
)

Enum value maps for BotMetricsEntryPoint.

View Source
var (
	BotMetricsThreadEntryPoint_name = map[int32]string{
		1: "AI_TAB_THREAD",
		2: "AI_HOME_THREAD",
		3: "AI_DEEPLINK_IMMERSIVE_THREAD",
		4: "AI_DEEPLINK_THREAD",
		5: "ASK_META_AI_CONTEXT_MENU_THREAD",
	}
	BotMetricsThreadEntryPoint_value = map[string]int32{
		"AI_TAB_THREAD":                   1,
		"AI_HOME_THREAD":                  2,
		"AI_DEEPLINK_IMMERSIVE_THREAD":    3,
		"AI_DEEPLINK_THREAD":              4,
		"ASK_META_AI_CONTEXT_MENU_THREAD": 5,
	}
)

Enum value maps for BotMetricsThreadEntryPoint.

View Source
var (
	BotSessionSource_name = map[int32]string{
		0: "NONE",
		1: "NULL_STATE",
		2: "TYPEAHEAD",
		3: "USER_INPUT",
		4: "EMU_FLASH",
		5: "EMU_FLASH_FOLLOWUP",
		6: "VOICE",
	}
	BotSessionSource_value = map[string]int32{
		"NONE":               0,
		"NULL_STATE":         1,
		"TYPEAHEAD":          2,
		"USER_INPUT":         3,
		"EMU_FLASH":          4,
		"EMU_FLASH_FOLLOWUP": 5,
		"VOICE":              6,
	}
)

Enum value maps for BotSessionSource.

View Source
var (
	BotPluginMetadata_PluginType_name = map[int32]string{
		0: "UNKNOWN_PLUGIN",
		1: "REELS",
		2: "SEARCH",
	}
	BotPluginMetadata_PluginType_value = map[string]int32{
		"UNKNOWN_PLUGIN": 0,
		"REELS":          1,
		"SEARCH":         2,
	}
)

Enum value maps for BotPluginMetadata_PluginType.

View Source
var (
	BotPluginMetadata_SearchProvider_name = map[int32]string{
		0: "UNKNOWN",
		1: "BING",
		2: "GOOGLE",
		3: "SUPPORT",
	}
	BotPluginMetadata_SearchProvider_value = map[string]int32{
		"UNKNOWN": 0,
		"BING":    1,
		"GOOGLE":  2,
		"SUPPORT": 3,
	}
)

Enum value maps for BotPluginMetadata_SearchProvider.

View Source
var (
	BotLinkedAccount_BotLinkedAccountType_name = map[int32]string{
		0: "BOT_LINKED_ACCOUNT_TYPE_1P",
	}
	BotLinkedAccount_BotLinkedAccountType_value = map[string]int32{
		"BOT_LINKED_ACCOUNT_TYPE_1P": 0,
	}
)

Enum value maps for BotLinkedAccount_BotLinkedAccountType.

View Source
var (
	BotSignatureVerificationUseCaseProof_BotSignatureUseCase_name = map[int32]string{
		0: "WA_BOT_MSG",
	}
	BotSignatureVerificationUseCaseProof_BotSignatureUseCase_value = map[string]int32{
		"WA_BOT_MSG": 0,
	}
)

Enum value maps for BotSignatureVerificationUseCaseProof_BotSignatureUseCase.

View Source
var (
	BotPromotionMessageMetadata_BotPromotionType_name = map[int32]string{
		0: "UNKNOWN_TYPE",
		1: "C50",
		2: "SURVEY_PLATFORM",
	}
	BotPromotionMessageMetadata_BotPromotionType_value = map[string]int32{
		"UNKNOWN_TYPE":    0,
		"C50":             1,
		"SURVEY_PLATFORM": 2,
	}
)

Enum value maps for BotPromotionMessageMetadata_BotPromotionType.

View Source
var (
	BotMediaMetadata_OrientationType_name = map[int32]string{
		1: "CENTER",
		2: "LEFT",
		3: "RIGHT",
	}
	BotMediaMetadata_OrientationType_value = map[string]int32{
		"CENTER": 1,
		"LEFT":   2,
		"RIGHT":  3,
	}
)

Enum value maps for BotMediaMetadata_OrientationType.

View Source
var (
	BotReminderMetadata_ReminderFrequency_name = map[int32]string{
		1: "ONCE",
		2: "DAILY",
		3: "WEEKLY",
		4: "BIWEEKLY",
		5: "MONTHLY",
	}
	BotReminderMetadata_ReminderFrequency_value = map[string]int32{
		"ONCE":     1,
		"DAILY":    2,
		"WEEKLY":   3,
		"BIWEEKLY": 4,
		"MONTHLY":  5,
	}
)

Enum value maps for BotReminderMetadata_ReminderFrequency.

View Source
var (
	BotReminderMetadata_ReminderAction_name = map[int32]string{
		1: "NOTIFY",
		2: "CREATE",
		3: "DELETE",
		4: "UPDATE",
	}
	BotReminderMetadata_ReminderAction_value = map[string]int32{
		"NOTIFY": 1,
		"CREATE": 2,
		"DELETE": 3,
		"UPDATE": 4,
	}
)

Enum value maps for BotReminderMetadata_ReminderAction.

View Source
var (
	BotModelMetadata_PremiumModelStatus_name = map[int32]string{
		0: "UNKNOWN_STATUS",
		1: "AVAILABLE",
		2: "QUOTA_EXCEED_LIMIT",
	}
	BotModelMetadata_PremiumModelStatus_value = map[string]int32{
		"UNKNOWN_STATUS":     0,
		"AVAILABLE":          1,
		"QUOTA_EXCEED_LIMIT": 2,
	}
)

Enum value maps for BotModelMetadata_PremiumModelStatus.

View Source
var (
	BotModelMetadata_ModelType_name = map[int32]string{
		0: "UNKNOWN_TYPE",
		1: "LLAMA_PROD",
		2: "LLAMA_PROD_PREMIUM",
	}
	BotModelMetadata_ModelType_value = map[string]int32{
		"UNKNOWN_TYPE":       0,
		"LLAMA_PROD":         1,
		"LLAMA_PROD_PREMIUM": 2,
	}
)

Enum value maps for BotModelMetadata_ModelType.

View Source
var (
	BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotSearchSourceProvider_name = map[int32]string{
		0: "UNKNOWN_PROVIDER",
		1: "OTHER",
		2: "GOOGLE",
		3: "BING",
	}
	BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotSearchSourceProvider_value = map[string]int32{
		"UNKNOWN_PROVIDER": 0,
		"OTHER":            1,
		"GOOGLE":           2,
		"BING":             3,
	}
)

Enum value maps for BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotSearchSourceProvider.

View Source
var (
	BotProgressIndicatorMetadata_BotPlanningStepMetadata_PlanningStepStatus_name = map[int32]string{
		0: "UNKNOWN",
		1: "PLANNED",
		2: "EXECUTING",
		3: "FINISHED",
	}
	BotProgressIndicatorMetadata_BotPlanningStepMetadata_PlanningStepStatus_value = map[string]int32{
		"UNKNOWN":   0,
		"PLANNED":   1,
		"EXECUTING": 2,
		"FINISHED":  3,
	}
)

Enum value maps for BotProgressIndicatorMetadata_BotPlanningStepMetadata_PlanningStepStatus.

View Source
var (
	BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningSearchSourcesMetadata_BotPlanningSearchSourceProvider_name = map[int32]string{
		0: "UNKNOWN",
		1: "OTHER",
		2: "GOOGLE",
		3: "BING",
	}
	BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningSearchSourcesMetadata_BotPlanningSearchSourceProvider_value = map[string]int32{
		"UNKNOWN": 0,
		"OTHER":   1,
		"GOOGLE":  2,
		"BING":    3,
	}
)

Enum value maps for BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningSearchSourcesMetadata_BotPlanningSearchSourceProvider.

View Source
var (
	BotCapabilityMetadata_BotCapabilityType_name = map[int32]string{
		0:  "UNKNOWN",
		1:  "PROGRESS_INDICATOR",
		2:  "RICH_RESPONSE_HEADING",
		3:  "RICH_RESPONSE_NESTED_LIST",
		4:  "AI_MEMORY",
		5:  "RICH_RESPONSE_THREAD_SURFING",
		6:  "RICH_RESPONSE_TABLE",
		7:  "RICH_RESPONSE_CODE",
		8:  "RICH_RESPONSE_STRUCTURED_RESPONSE",
		9:  "RICH_RESPONSE_INLINE_IMAGE",
		10: "WA_IG_1P_PLUGIN_RANKING_CONTROL",
		11: "WA_IG_1P_PLUGIN_RANKING_UPDATE_1",
		12: "WA_IG_1P_PLUGIN_RANKING_UPDATE_2",
		13: "WA_IG_1P_PLUGIN_RANKING_UPDATE_3",
		14: "WA_IG_1P_PLUGIN_RANKING_UPDATE_4",
		15: "WA_IG_1P_PLUGIN_RANKING_UPDATE_5",
		16: "WA_IG_1P_PLUGIN_RANKING_UPDATE_6",
		17: "WA_IG_1P_PLUGIN_RANKING_UPDATE_7",
		18: "WA_IG_1P_PLUGIN_RANKING_UPDATE_8",
		19: "WA_IG_1P_PLUGIN_RANKING_UPDATE_9",
		20: "WA_IG_1P_PLUGIN_RANKING_UPDATE_10",
		21: "RICH_RESPONSE_SUB_HEADING",
		22: "RICH_RESPONSE_GRID_IMAGE",
		23: "AI_STUDIO_UGC_MEMORY",
		24: "RICH_RESPONSE_LATEX",
		25: "RICH_RESPONSE_MAPS",
		26: "RICH_RESPONSE_INLINE_REELS",
		27: "AGENTIC_PLANNING",
		28: "ACCOUNT_LINKING",
		29: "STREAMING_DISAGGREGATION",
		30: "RICH_RESPONSE_GRID_IMAGE_3P",
		31: "RICH_RESPONSE_LATEX_INLINE",
		32: "QUERY_PLAN",
		33: "PROACTIVE_MESSAGE",
		34: "RICH_RESPONSE_UNIFIED_RESPONSE",
		35: "PROMOTION_MESSAGE",
		36: "SIMPLIFIED_PROFILE_PAGE",
		37: "RICH_RESPONSE_SOURCES_IN_MESSAGE",
		38: "RICH_RESPONSE_SIDE_BY_SIDE_SURVEY",
		39: "RICH_RESPONSE_UNIFIED_TEXT_COMPONENT",
		40: "AI_SHARED_MEMORY",
		41: "RICH_RESPONSE_UNIFIED_SOURCES",
		42: "RICH_RESPONSE_UNIFIED_DOMAIN_CITATIONS",
	}
	BotCapabilityMetadata_BotCapabilityType_value = map[string]int32{
		"UNKNOWN":                                0,
		"PROGRESS_INDICATOR":                     1,
		"RICH_RESPONSE_HEADING":                  2,
		"RICH_RESPONSE_NESTED_LIST":              3,
		"AI_MEMORY":                              4,
		"RICH_RESPONSE_THREAD_SURFING":           5,
		"RICH_RESPONSE_TABLE":                    6,
		"RICH_RESPONSE_CODE":                     7,
		"RICH_RESPONSE_STRUCTURED_RESPONSE":      8,
		"RICH_RESPONSE_INLINE_IMAGE":             9,
		"WA_IG_1P_PLUGIN_RANKING_CONTROL":        10,
		"WA_IG_1P_PLUGIN_RANKING_UPDATE_1":       11,
		"WA_IG_1P_PLUGIN_RANKING_UPDATE_2":       12,
		"WA_IG_1P_PLUGIN_RANKING_UPDATE_3":       13,
		"WA_IG_1P_PLUGIN_RANKING_UPDATE_4":       14,
		"WA_IG_1P_PLUGIN_RANKING_UPDATE_5":       15,
		"WA_IG_1P_PLUGIN_RANKING_UPDATE_6":       16,
		"WA_IG_1P_PLUGIN_RANKING_UPDATE_7":       17,
		"WA_IG_1P_PLUGIN_RANKING_UPDATE_8":       18,
		"WA_IG_1P_PLUGIN_RANKING_UPDATE_9":       19,
		"WA_IG_1P_PLUGIN_RANKING_UPDATE_10":      20,
		"RICH_RESPONSE_SUB_HEADING":              21,
		"RICH_RESPONSE_GRID_IMAGE":               22,
		"AI_STUDIO_UGC_MEMORY":                   23,
		"RICH_RESPONSE_LATEX":                    24,
		"RICH_RESPONSE_MAPS":                     25,
		"RICH_RESPONSE_INLINE_REELS":             26,
		"AGENTIC_PLANNING":                       27,
		"ACCOUNT_LINKING":                        28,
		"STREAMING_DISAGGREGATION":               29,
		"RICH_RESPONSE_GRID_IMAGE_3P":            30,
		"RICH_RESPONSE_LATEX_INLINE":             31,
		"QUERY_PLAN":                             32,
		"PROACTIVE_MESSAGE":                      33,
		"RICH_RESPONSE_UNIFIED_RESPONSE":         34,
		"PROMOTION_MESSAGE":                      35,
		"SIMPLIFIED_PROFILE_PAGE":                36,
		"RICH_RESPONSE_SOURCES_IN_MESSAGE":       37,
		"RICH_RESPONSE_SIDE_BY_SIDE_SURVEY":      38,
		"RICH_RESPONSE_UNIFIED_TEXT_COMPONENT":   39,
		"AI_SHARED_MEMORY":                       40,
		"RICH_RESPONSE_UNIFIED_SOURCES":          41,
		"RICH_RESPONSE_UNIFIED_DOMAIN_CITATIONS": 42,
	}
)

Enum value maps for BotCapabilityMetadata_BotCapabilityType.

View Source
var (
	BotModeSelectionMetadata_BotUserSelectionMode_name = map[int32]string{
		0: "UNKNOWN_MODE",
		1: "REASONING_MODE",
	}
	BotModeSelectionMetadata_BotUserSelectionMode_value = map[string]int32{
		"UNKNOWN_MODE":   0,
		"REASONING_MODE": 1,
	}
)

Enum value maps for BotModeSelectionMetadata_BotUserSelectionMode.

View Source
var (
	BotQuotaMetadata_BotFeatureQuotaMetadata_BotFeatureType_name = map[int32]string{
		0: "UNKNOWN_FEATURE",
		1: "REASONING_FEATURE",
	}
	BotQuotaMetadata_BotFeatureQuotaMetadata_BotFeatureType_value = map[string]int32{
		"UNKNOWN_FEATURE":   0,
		"REASONING_FEATURE": 1,
	}
)

Enum value maps for BotQuotaMetadata_BotFeatureQuotaMetadata_BotFeatureType.

View Source
var (
	BotImagineMetadata_ImagineType_name = map[int32]string{
		0: "UNKNOWN",
		1: "IMAGINE",
		2: "MEMU",
		3: "FLASH",
		4: "EDIT",
	}
	BotImagineMetadata_ImagineType_value = map[string]int32{
		"UNKNOWN": 0,
		"IMAGINE": 1,
		"MEMU":    2,
		"FLASH":   3,
		"EDIT":    4,
	}
)

Enum value maps for BotImagineMetadata_ImagineType.

View Source
var (
	BotSourcesMetadata_BotSourceItem_SourceProvider_name = map[int32]string{
		0: "UNKNOWN",
		1: "BING",
		2: "GOOGLE",
		3: "SUPPORT",
		4: "OTHER",
	}
	BotSourcesMetadata_BotSourceItem_SourceProvider_value = map[string]int32{
		"UNKNOWN": 0,
		"BING":    1,
		"GOOGLE":  2,
		"SUPPORT": 3,
		"OTHER":   4,
	}
)

Enum value maps for BotSourcesMetadata_BotSourceItem_SourceProvider.

View Source
var (
	BotMessageOrigin_BotMessageOriginType_name = map[int32]string{
		0: "BOT_MESSAGE_ORIGIN_TYPE_AI_INITIATED",
	}
	BotMessageOrigin_BotMessageOriginType_value = map[string]int32{
		"BOT_MESSAGE_ORIGIN_TYPE_AI_INITIATED": 0,
	}
)

Enum value maps for BotMessageOrigin_BotMessageOriginType.

View Source
var (
	AIThreadInfo_AIThreadClientInfo_AIThreadType_name = map[int32]string{
		0: "UNKNOWN",
		1: "DEFAULT",
		2: "INCOGNITO",
	}
	AIThreadInfo_AIThreadClientInfo_AIThreadType_value = map[string]int32{
		"UNKNOWN":   0,
		"DEFAULT":   1,
		"INCOGNITO": 2,
	}
)

Enum value maps for AIThreadInfo_AIThreadClientInfo_AIThreadType.

View Source
var File_waBotMetadata_WABotMetadata_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AIThreadInfo

type AIThreadInfo struct {
	ServerInfo *AIThreadInfo_AIThreadServerInfo `protobuf:"bytes,1,opt,name=serverInfo" json:"serverInfo,omitempty"`
	ClientInfo *AIThreadInfo_AIThreadClientInfo `protobuf:"bytes,2,opt,name=clientInfo" json:"clientInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*AIThreadInfo) Descriptor deprecated

func (*AIThreadInfo) Descriptor() ([]byte, []int)

Deprecated: Use AIThreadInfo.ProtoReflect.Descriptor instead.

func (*AIThreadInfo) GetClientInfo

func (x *AIThreadInfo) GetClientInfo() *AIThreadInfo_AIThreadClientInfo

func (*AIThreadInfo) GetServerInfo

func (x *AIThreadInfo) GetServerInfo() *AIThreadInfo_AIThreadServerInfo

func (*AIThreadInfo) ProtoMessage

func (*AIThreadInfo) ProtoMessage()

func (*AIThreadInfo) ProtoReflect

func (x *AIThreadInfo) ProtoReflect() protoreflect.Message

func (*AIThreadInfo) Reset

func (x *AIThreadInfo) Reset()

func (*AIThreadInfo) String

func (x *AIThreadInfo) String() string

type AIThreadInfo_AIThreadClientInfo

type AIThreadInfo_AIThreadClientInfo struct {
	Type *AIThreadInfo_AIThreadClientInfo_AIThreadType `protobuf:"varint,1,opt,name=type,enum=WABotMetadata.AIThreadInfo_AIThreadClientInfo_AIThreadType" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*AIThreadInfo_AIThreadClientInfo) Descriptor deprecated

func (*AIThreadInfo_AIThreadClientInfo) Descriptor() ([]byte, []int)

Deprecated: Use AIThreadInfo_AIThreadClientInfo.ProtoReflect.Descriptor instead.

func (*AIThreadInfo_AIThreadClientInfo) GetType

func (*AIThreadInfo_AIThreadClientInfo) ProtoMessage

func (*AIThreadInfo_AIThreadClientInfo) ProtoMessage()

func (*AIThreadInfo_AIThreadClientInfo) ProtoReflect

func (*AIThreadInfo_AIThreadClientInfo) Reset

func (*AIThreadInfo_AIThreadClientInfo) String

type AIThreadInfo_AIThreadClientInfo_AIThreadType

type AIThreadInfo_AIThreadClientInfo_AIThreadType int32
const (
	AIThreadInfo_AIThreadClientInfo_UNKNOWN   AIThreadInfo_AIThreadClientInfo_AIThreadType = 0
	AIThreadInfo_AIThreadClientInfo_DEFAULT   AIThreadInfo_AIThreadClientInfo_AIThreadType = 1
	AIThreadInfo_AIThreadClientInfo_INCOGNITO AIThreadInfo_AIThreadClientInfo_AIThreadType = 2
)

func (AIThreadInfo_AIThreadClientInfo_AIThreadType) Descriptor

func (AIThreadInfo_AIThreadClientInfo_AIThreadType) Enum

func (AIThreadInfo_AIThreadClientInfo_AIThreadType) EnumDescriptor deprecated

func (AIThreadInfo_AIThreadClientInfo_AIThreadType) EnumDescriptor() ([]byte, []int)

Deprecated: Use AIThreadInfo_AIThreadClientInfo_AIThreadType.Descriptor instead.

func (AIThreadInfo_AIThreadClientInfo_AIThreadType) Number

func (AIThreadInfo_AIThreadClientInfo_AIThreadType) String

func (AIThreadInfo_AIThreadClientInfo_AIThreadType) Type

func (*AIThreadInfo_AIThreadClientInfo_AIThreadType) UnmarshalJSON deprecated

Deprecated: Do not use.

type AIThreadInfo_AIThreadServerInfo

type AIThreadInfo_AIThreadServerInfo struct {
	Title *string `protobuf:"bytes,1,opt,name=title" json:"title,omitempty"`
	// contains filtered or unexported fields
}

func (*AIThreadInfo_AIThreadServerInfo) Descriptor deprecated

func (*AIThreadInfo_AIThreadServerInfo) Descriptor() ([]byte, []int)

Deprecated: Use AIThreadInfo_AIThreadServerInfo.ProtoReflect.Descriptor instead.

func (*AIThreadInfo_AIThreadServerInfo) GetTitle

func (*AIThreadInfo_AIThreadServerInfo) ProtoMessage

func (*AIThreadInfo_AIThreadServerInfo) ProtoMessage()

func (*AIThreadInfo_AIThreadServerInfo) ProtoReflect

func (*AIThreadInfo_AIThreadServerInfo) Reset

func (*AIThreadInfo_AIThreadServerInfo) String

type BotAgeCollectionMetadata

type BotAgeCollectionMetadata struct {
	AgeCollectionEligible              *bool `protobuf:"varint,1,opt,name=ageCollectionEligible" json:"ageCollectionEligible,omitempty"`
	ShouldTriggerAgeCollectionOnClient *bool `protobuf:"varint,2,opt,name=shouldTriggerAgeCollectionOnClient" json:"shouldTriggerAgeCollectionOnClient,omitempty"`
	// contains filtered or unexported fields
}

func (*BotAgeCollectionMetadata) Descriptor deprecated

func (*BotAgeCollectionMetadata) Descriptor() ([]byte, []int)

Deprecated: Use BotAgeCollectionMetadata.ProtoReflect.Descriptor instead.

func (*BotAgeCollectionMetadata) GetAgeCollectionEligible

func (x *BotAgeCollectionMetadata) GetAgeCollectionEligible() bool

func (*BotAgeCollectionMetadata) GetShouldTriggerAgeCollectionOnClient

func (x *BotAgeCollectionMetadata) GetShouldTriggerAgeCollectionOnClient() bool

func (*BotAgeCollectionMetadata) ProtoMessage

func (*BotAgeCollectionMetadata) ProtoMessage()

func (*BotAgeCollectionMetadata) ProtoReflect

func (x *BotAgeCollectionMetadata) ProtoReflect() protoreflect.Message

func (*BotAgeCollectionMetadata) Reset

func (x *BotAgeCollectionMetadata) Reset()

func (*BotAgeCollectionMetadata) String

func (x *BotAgeCollectionMetadata) String() string

type BotAvatarMetadata

type BotAvatarMetadata struct {
	Sentiment     *uint32 `protobuf:"varint,1,opt,name=sentiment" json:"sentiment,omitempty"`
	BehaviorGraph *string `protobuf:"bytes,2,opt,name=behaviorGraph" json:"behaviorGraph,omitempty"`
	Action        *uint32 `protobuf:"varint,3,opt,name=action" json:"action,omitempty"`
	Intensity     *uint32 `protobuf:"varint,4,opt,name=intensity" json:"intensity,omitempty"`
	WordCount     *uint32 `protobuf:"varint,5,opt,name=wordCount" json:"wordCount,omitempty"`
	// contains filtered or unexported fields
}

func (*BotAvatarMetadata) Descriptor deprecated

func (*BotAvatarMetadata) Descriptor() ([]byte, []int)

Deprecated: Use BotAvatarMetadata.ProtoReflect.Descriptor instead.

func (*BotAvatarMetadata) GetAction

func (x *BotAvatarMetadata) GetAction() uint32

func (*BotAvatarMetadata) GetBehaviorGraph

func (x *BotAvatarMetadata) GetBehaviorGraph() string

func (*BotAvatarMetadata) GetIntensity

func (x *BotAvatarMetadata) GetIntensity() uint32

func (*BotAvatarMetadata) GetSentiment

func (x *BotAvatarMetadata) GetSentiment() uint32

func (*BotAvatarMetadata) GetWordCount

func (x *BotAvatarMetadata) GetWordCount() uint32

func (*BotAvatarMetadata) ProtoMessage

func (*BotAvatarMetadata) ProtoMessage()

func (*BotAvatarMetadata) ProtoReflect

func (x *BotAvatarMetadata) ProtoReflect() protoreflect.Message

func (*BotAvatarMetadata) Reset

func (x *BotAvatarMetadata) Reset()

func (*BotAvatarMetadata) String

func (x *BotAvatarMetadata) String() string

type BotCapabilityMetadata

type BotCapabilityMetadata struct {
	Capabilities []BotCapabilityMetadata_BotCapabilityType `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BotCapabilityMetadata) Descriptor deprecated

func (*BotCapabilityMetadata) Descriptor() ([]byte, []int)

Deprecated: Use BotCapabilityMetadata.ProtoReflect.Descriptor instead.

func (*BotCapabilityMetadata) GetCapabilities

func (*BotCapabilityMetadata) ProtoMessage

func (*BotCapabilityMetadata) ProtoMessage()

func (*BotCapabilityMetadata) ProtoReflect

func (x *BotCapabilityMetadata) ProtoReflect() protoreflect.Message

func (*BotCapabilityMetadata) Reset

func (x *BotCapabilityMetadata) Reset()

func (*BotCapabilityMetadata) String

func (x *BotCapabilityMetadata) String() string

type BotCapabilityMetadata_BotCapabilityType

type BotCapabilityMetadata_BotCapabilityType int32
const (
	BotCapabilityMetadata_UNKNOWN                                BotCapabilityMetadata_BotCapabilityType = 0
	BotCapabilityMetadata_PROGRESS_INDICATOR                     BotCapabilityMetadata_BotCapabilityType = 1
	BotCapabilityMetadata_RICH_RESPONSE_HEADING                  BotCapabilityMetadata_BotCapabilityType = 2
	BotCapabilityMetadata_RICH_RESPONSE_NESTED_LIST              BotCapabilityMetadata_BotCapabilityType = 3
	BotCapabilityMetadata_AI_MEMORY                              BotCapabilityMetadata_BotCapabilityType = 4
	BotCapabilityMetadata_RICH_RESPONSE_THREAD_SURFING           BotCapabilityMetadata_BotCapabilityType = 5
	BotCapabilityMetadata_RICH_RESPONSE_TABLE                    BotCapabilityMetadata_BotCapabilityType = 6
	BotCapabilityMetadata_RICH_RESPONSE_CODE                     BotCapabilityMetadata_BotCapabilityType = 7
	BotCapabilityMetadata_RICH_RESPONSE_STRUCTURED_RESPONSE      BotCapabilityMetadata_BotCapabilityType = 8
	BotCapabilityMetadata_RICH_RESPONSE_INLINE_IMAGE             BotCapabilityMetadata_BotCapabilityType = 9
	BotCapabilityMetadata_WA_IG_1P_PLUGIN_RANKING_CONTROL        BotCapabilityMetadata_BotCapabilityType = 10
	BotCapabilityMetadata_WA_IG_1P_PLUGIN_RANKING_UPDATE_1       BotCapabilityMetadata_BotCapabilityType = 11
	BotCapabilityMetadata_WA_IG_1P_PLUGIN_RANKING_UPDATE_2       BotCapabilityMetadata_BotCapabilityType = 12
	BotCapabilityMetadata_WA_IG_1P_PLUGIN_RANKING_UPDATE_3       BotCapabilityMetadata_BotCapabilityType = 13
	BotCapabilityMetadata_WA_IG_1P_PLUGIN_RANKING_UPDATE_4       BotCapabilityMetadata_BotCapabilityType = 14
	BotCapabilityMetadata_WA_IG_1P_PLUGIN_RANKING_UPDATE_5       BotCapabilityMetadata_BotCapabilityType = 15
	BotCapabilityMetadata_WA_IG_1P_PLUGIN_RANKING_UPDATE_6       BotCapabilityMetadata_BotCapabilityType = 16
	BotCapabilityMetadata_WA_IG_1P_PLUGIN_RANKING_UPDATE_7       BotCapabilityMetadata_BotCapabilityType = 17
	BotCapabilityMetadata_WA_IG_1P_PLUGIN_RANKING_UPDATE_8       BotCapabilityMetadata_BotCapabilityType = 18
	BotCapabilityMetadata_WA_IG_1P_PLUGIN_RANKING_UPDATE_9       BotCapabilityMetadata_BotCapabilityType = 19
	BotCapabilityMetadata_WA_IG_1P_PLUGIN_RANKING_UPDATE_10      BotCapabilityMetadata_BotCapabilityType = 20
	BotCapabilityMetadata_RICH_RESPONSE_SUB_HEADING              BotCapabilityMetadata_BotCapabilityType = 21
	BotCapabilityMetadata_RICH_RESPONSE_GRID_IMAGE               BotCapabilityMetadata_BotCapabilityType = 22
	BotCapabilityMetadata_AI_STUDIO_UGC_MEMORY                   BotCapabilityMetadata_BotCapabilityType = 23
	BotCapabilityMetadata_RICH_RESPONSE_LATEX                    BotCapabilityMetadata_BotCapabilityType = 24
	BotCapabilityMetadata_RICH_RESPONSE_MAPS                     BotCapabilityMetadata_BotCapabilityType = 25
	BotCapabilityMetadata_RICH_RESPONSE_INLINE_REELS             BotCapabilityMetadata_BotCapabilityType = 26
	BotCapabilityMetadata_AGENTIC_PLANNING                       BotCapabilityMetadata_BotCapabilityType = 27
	BotCapabilityMetadata_ACCOUNT_LINKING                        BotCapabilityMetadata_BotCapabilityType = 28
	BotCapabilityMetadata_STREAMING_DISAGGREGATION               BotCapabilityMetadata_BotCapabilityType = 29
	BotCapabilityMetadata_RICH_RESPONSE_GRID_IMAGE_3P            BotCapabilityMetadata_BotCapabilityType = 30
	BotCapabilityMetadata_RICH_RESPONSE_LATEX_INLINE             BotCapabilityMetadata_BotCapabilityType = 31
	BotCapabilityMetadata_QUERY_PLAN                             BotCapabilityMetadata_BotCapabilityType = 32
	BotCapabilityMetadata_PROACTIVE_MESSAGE                      BotCapabilityMetadata_BotCapabilityType = 33
	BotCapabilityMetadata_RICH_RESPONSE_UNIFIED_RESPONSE         BotCapabilityMetadata_BotCapabilityType = 34
	BotCapabilityMetadata_PROMOTION_MESSAGE                      BotCapabilityMetadata_BotCapabilityType = 35
	BotCapabilityMetadata_SIMPLIFIED_PROFILE_PAGE                BotCapabilityMetadata_BotCapabilityType = 36
	BotCapabilityMetadata_RICH_RESPONSE_SOURCES_IN_MESSAGE       BotCapabilityMetadata_BotCapabilityType = 37
	BotCapabilityMetadata_RICH_RESPONSE_SIDE_BY_SIDE_SURVEY      BotCapabilityMetadata_BotCapabilityType = 38
	BotCapabilityMetadata_RICH_RESPONSE_UNIFIED_TEXT_COMPONENT   BotCapabilityMetadata_BotCapabilityType = 39
	BotCapabilityMetadata_AI_SHARED_MEMORY                       BotCapabilityMetadata_BotCapabilityType = 40
	BotCapabilityMetadata_RICH_RESPONSE_UNIFIED_SOURCES          BotCapabilityMetadata_BotCapabilityType = 41
	BotCapabilityMetadata_RICH_RESPONSE_UNIFIED_DOMAIN_CITATIONS BotCapabilityMetadata_BotCapabilityType = 42
)

func (BotCapabilityMetadata_BotCapabilityType) Descriptor

func (BotCapabilityMetadata_BotCapabilityType) Enum

func (BotCapabilityMetadata_BotCapabilityType) EnumDescriptor deprecated

func (BotCapabilityMetadata_BotCapabilityType) EnumDescriptor() ([]byte, []int)

Deprecated: Use BotCapabilityMetadata_BotCapabilityType.Descriptor instead.

func (BotCapabilityMetadata_BotCapabilityType) Number

func (BotCapabilityMetadata_BotCapabilityType) String

func (BotCapabilityMetadata_BotCapabilityType) Type

func (*BotCapabilityMetadata_BotCapabilityType) UnmarshalJSON deprecated

func (x *BotCapabilityMetadata_BotCapabilityType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type BotImagineMetadata

type BotImagineMetadata struct {
	ImagineType *BotImagineMetadata_ImagineType `protobuf:"varint,1,opt,name=imagineType,enum=WABotMetadata.BotImagineMetadata_ImagineType" json:"imagineType,omitempty"`
	// contains filtered or unexported fields
}

func (*BotImagineMetadata) Descriptor deprecated

func (*BotImagineMetadata) Descriptor() ([]byte, []int)

Deprecated: Use BotImagineMetadata.ProtoReflect.Descriptor instead.

func (*BotImagineMetadata) GetImagineType

func (*BotImagineMetadata) ProtoMessage

func (*BotImagineMetadata) ProtoMessage()

func (*BotImagineMetadata) ProtoReflect

func (x *BotImagineMetadata) ProtoReflect() protoreflect.Message

func (*BotImagineMetadata) Reset

func (x *BotImagineMetadata) Reset()

func (*BotImagineMetadata) String

func (x *BotImagineMetadata) String() string

type BotImagineMetadata_ImagineType

type BotImagineMetadata_ImagineType int32
const (
	BotImagineMetadata_UNKNOWN BotImagineMetadata_ImagineType = 0
	BotImagineMetadata_IMAGINE BotImagineMetadata_ImagineType = 1
	BotImagineMetadata_MEMU    BotImagineMetadata_ImagineType = 2
	BotImagineMetadata_FLASH   BotImagineMetadata_ImagineType = 3
	BotImagineMetadata_EDIT    BotImagineMetadata_ImagineType = 4
)

func (BotImagineMetadata_ImagineType) Descriptor

func (BotImagineMetadata_ImagineType) Enum

func (BotImagineMetadata_ImagineType) EnumDescriptor deprecated

func (BotImagineMetadata_ImagineType) EnumDescriptor() ([]byte, []int)

Deprecated: Use BotImagineMetadata_ImagineType.Descriptor instead.

func (BotImagineMetadata_ImagineType) Number

func (BotImagineMetadata_ImagineType) String

func (BotImagineMetadata_ImagineType) Type

func (*BotImagineMetadata_ImagineType) UnmarshalJSON deprecated

func (x *BotImagineMetadata_ImagineType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type BotLinkedAccount

type BotLinkedAccount struct {
	Type *BotLinkedAccount_BotLinkedAccountType `protobuf:"varint,1,opt,name=type,enum=WABotMetadata.BotLinkedAccount_BotLinkedAccountType" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*BotLinkedAccount) Descriptor deprecated

func (*BotLinkedAccount) Descriptor() ([]byte, []int)

Deprecated: Use BotLinkedAccount.ProtoReflect.Descriptor instead.

func (*BotLinkedAccount) GetType

func (*BotLinkedAccount) ProtoMessage

func (*BotLinkedAccount) ProtoMessage()

func (*BotLinkedAccount) ProtoReflect

func (x *BotLinkedAccount) ProtoReflect() protoreflect.Message

func (*BotLinkedAccount) Reset

func (x *BotLinkedAccount) Reset()

func (*BotLinkedAccount) String

func (x *BotLinkedAccount) String() string

type BotLinkedAccount_BotLinkedAccountType

type BotLinkedAccount_BotLinkedAccountType int32
const (
	BotLinkedAccount_BOT_LINKED_ACCOUNT_TYPE_1P BotLinkedAccount_BotLinkedAccountType = 0
)

func (BotLinkedAccount_BotLinkedAccountType) Descriptor

func (BotLinkedAccount_BotLinkedAccountType) Enum

func (BotLinkedAccount_BotLinkedAccountType) EnumDescriptor deprecated

func (BotLinkedAccount_BotLinkedAccountType) EnumDescriptor() ([]byte, []int)

Deprecated: Use BotLinkedAccount_BotLinkedAccountType.Descriptor instead.

func (BotLinkedAccount_BotLinkedAccountType) Number

func (BotLinkedAccount_BotLinkedAccountType) String

func (BotLinkedAccount_BotLinkedAccountType) Type

func (*BotLinkedAccount_BotLinkedAccountType) UnmarshalJSON deprecated

func (x *BotLinkedAccount_BotLinkedAccountType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type BotLinkedAccountsMetadata

type BotLinkedAccountsMetadata struct {
	Accounts     []*BotLinkedAccount `protobuf:"bytes,1,rep,name=accounts" json:"accounts,omitempty"`
	AcAuthTokens []byte              `protobuf:"bytes,2,opt,name=acAuthTokens" json:"acAuthTokens,omitempty"`
	AcErrorCode  *int32              `protobuf:"varint,3,opt,name=acErrorCode" json:"acErrorCode,omitempty"`
	// contains filtered or unexported fields
}

func (*BotLinkedAccountsMetadata) Descriptor deprecated

func (*BotLinkedAccountsMetadata) Descriptor() ([]byte, []int)

Deprecated: Use BotLinkedAccountsMetadata.ProtoReflect.Descriptor instead.

func (*BotLinkedAccountsMetadata) GetAcAuthTokens

func (x *BotLinkedAccountsMetadata) GetAcAuthTokens() []byte

func (*BotLinkedAccountsMetadata) GetAcErrorCode

func (x *BotLinkedAccountsMetadata) GetAcErrorCode() int32

func (*BotLinkedAccountsMetadata) GetAccounts

func (x *BotLinkedAccountsMetadata) GetAccounts() []*BotLinkedAccount

func (*BotLinkedAccountsMetadata) ProtoMessage

func (*BotLinkedAccountsMetadata) ProtoMessage()

func (*BotLinkedAccountsMetadata) ProtoReflect

func (*BotLinkedAccountsMetadata) Reset

func (x *BotLinkedAccountsMetadata) Reset()

func (*BotLinkedAccountsMetadata) String

func (x *BotLinkedAccountsMetadata) String() string

type BotMediaMetadata

type BotMediaMetadata struct {
	FileSHA256        *string                           `protobuf:"bytes,1,opt,name=fileSHA256" json:"fileSHA256,omitempty"`
	MediaKey          *string                           `protobuf:"bytes,2,opt,name=mediaKey" json:"mediaKey,omitempty"`
	FileEncSHA256     *string                           `protobuf:"bytes,3,opt,name=fileEncSHA256" json:"fileEncSHA256,omitempty"`
	DirectPath        *string                           `protobuf:"bytes,4,opt,name=directPath" json:"directPath,omitempty"`
	MediaKeyTimestamp *int64                            `protobuf:"varint,5,opt,name=mediaKeyTimestamp" json:"mediaKeyTimestamp,omitempty"`
	Mimetype          *string                           `protobuf:"bytes,6,opt,name=mimetype" json:"mimetype,omitempty"`
	OrientationType   *BotMediaMetadata_OrientationType `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BotMediaMetadata) Descriptor deprecated

func (*BotMediaMetadata) Descriptor() ([]byte, []int)

Deprecated: Use BotMediaMetadata.ProtoReflect.Descriptor instead.

func (*BotMediaMetadata) GetDirectPath

func (x *BotMediaMetadata) GetDirectPath() string

func (*BotMediaMetadata) GetFileEncSHA256

func (x *BotMediaMetadata) GetFileEncSHA256() string

func (*BotMediaMetadata) GetFileSHA256

func (x *BotMediaMetadata) GetFileSHA256() string

func (*BotMediaMetadata) GetMediaKey

func (x *BotMediaMetadata) GetMediaKey() string

func (*BotMediaMetadata) GetMediaKeyTimestamp

func (x *BotMediaMetadata) GetMediaKeyTimestamp() int64

func (*BotMediaMetadata) GetMimetype

func (x *BotMediaMetadata) GetMimetype() string

func (*BotMediaMetadata) GetOrientationType

func (x *BotMediaMetadata) GetOrientationType() BotMediaMetadata_OrientationType

func (*BotMediaMetadata) ProtoMessage

func (*BotMediaMetadata) ProtoMessage()

func (*BotMediaMetadata) ProtoReflect

func (x *BotMediaMetadata) ProtoReflect() protoreflect.Message

func (*BotMediaMetadata) Reset

func (x *BotMediaMetadata) Reset()

func (*BotMediaMetadata) String

func (x *BotMediaMetadata) String() string

type BotMediaMetadata_OrientationType

type BotMediaMetadata_OrientationType int32
const (
	BotMediaMetadata_CENTER BotMediaMetadata_OrientationType = 1
	BotMediaMetadata_LEFT   BotMediaMetadata_OrientationType = 2
	BotMediaMetadata_RIGHT  BotMediaMetadata_OrientationType = 3
)

func (BotMediaMetadata_OrientationType) Descriptor

func (BotMediaMetadata_OrientationType) Enum

func (BotMediaMetadata_OrientationType) EnumDescriptor deprecated

func (BotMediaMetadata_OrientationType) EnumDescriptor() ([]byte, []int)

Deprecated: Use BotMediaMetadata_OrientationType.Descriptor instead.

func (BotMediaMetadata_OrientationType) Number

func (BotMediaMetadata_OrientationType) String

func (BotMediaMetadata_OrientationType) Type

func (*BotMediaMetadata_OrientationType) UnmarshalJSON deprecated

func (x *BotMediaMetadata_OrientationType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type BotMemoryFact

type BotMemoryFact struct {
	Fact   *string `protobuf:"bytes,1,opt,name=fact" json:"fact,omitempty"`
	FactID *string `protobuf:"bytes,2,opt,name=factID" json:"factID,omitempty"`
	// contains filtered or unexported fields
}

func (*BotMemoryFact) Descriptor deprecated

func (*BotMemoryFact) Descriptor() ([]byte, []int)

Deprecated: Use BotMemoryFact.ProtoReflect.Descriptor instead.

func (*BotMemoryFact) GetFact

func (x *BotMemoryFact) GetFact() string

func (*BotMemoryFact) GetFactID

func (x *BotMemoryFact) GetFactID() string

func (*BotMemoryFact) ProtoMessage

func (*BotMemoryFact) ProtoMessage()

func (*BotMemoryFact) ProtoReflect

func (x *BotMemoryFact) ProtoReflect() protoreflect.Message

func (*BotMemoryFact) Reset

func (x *BotMemoryFact) Reset()

func (*BotMemoryFact) String

func (x *BotMemoryFact) String() string

type BotMemoryMetadata

type BotMemoryMetadata struct {
	AddedFacts   []*BotMemoryFact `protobuf:"bytes,1,rep,name=addedFacts" json:"addedFacts,omitempty"`
	RemovedFacts []*BotMemoryFact `protobuf:"bytes,2,rep,name=removedFacts" json:"removedFacts,omitempty"`
	Disclaimer   *string          `protobuf:"bytes,3,opt,name=disclaimer" json:"disclaimer,omitempty"`
	// contains filtered or unexported fields
}

func (*BotMemoryMetadata) Descriptor deprecated

func (*BotMemoryMetadata) Descriptor() ([]byte, []int)

Deprecated: Use BotMemoryMetadata.ProtoReflect.Descriptor instead.

func (*BotMemoryMetadata) GetAddedFacts

func (x *BotMemoryMetadata) GetAddedFacts() []*BotMemoryFact

func (*BotMemoryMetadata) GetDisclaimer

func (x *BotMemoryMetadata) GetDisclaimer() string

func (*BotMemoryMetadata) GetRemovedFacts

func (x *BotMemoryMetadata) GetRemovedFacts() []*BotMemoryFact

func (*BotMemoryMetadata) ProtoMessage

func (*BotMemoryMetadata) ProtoMessage()

func (*BotMemoryMetadata) ProtoReflect

func (x *BotMemoryMetadata) ProtoReflect() protoreflect.Message

func (*BotMemoryMetadata) Reset

func (x *BotMemoryMetadata) Reset()

func (*BotMemoryMetadata) String

func (x *BotMemoryMetadata) String() string

type BotMemuMetadata

type BotMemuMetadata struct {
	FaceImages []*BotMediaMetadata `protobuf:"bytes,1,rep,name=faceImages" json:"faceImages,omitempty"`
	// contains filtered or unexported fields
}

func (*BotMemuMetadata) Descriptor deprecated

func (*BotMemuMetadata) Descriptor() ([]byte, []int)

Deprecated: Use BotMemuMetadata.ProtoReflect.Descriptor instead.

func (*BotMemuMetadata) GetFaceImages

func (x *BotMemuMetadata) GetFaceImages() []*BotMediaMetadata

func (*BotMemuMetadata) ProtoMessage

func (*BotMemuMetadata) ProtoMessage()

func (*BotMemuMetadata) ProtoReflect

func (x *BotMemuMetadata) ProtoReflect() protoreflect.Message

func (*BotMemuMetadata) Reset

func (x *BotMemuMetadata) Reset()

func (*BotMemuMetadata) String

func (x *BotMemuMetadata) String() string

type BotMessageOrigin

type BotMessageOrigin struct {
	Type *BotMessageOrigin_BotMessageOriginType `protobuf:"varint,1,opt,name=type,enum=WABotMetadata.BotMessageOrigin_BotMessageOriginType" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*BotMessageOrigin) Descriptor deprecated

func (*BotMessageOrigin) Descriptor() ([]byte, []int)

Deprecated: Use BotMessageOrigin.ProtoReflect.Descriptor instead.

func (*BotMessageOrigin) GetType

func (*BotMessageOrigin) ProtoMessage

func (*BotMessageOrigin) ProtoMessage()

func (*BotMessageOrigin) ProtoReflect

func (x *BotMessageOrigin) ProtoReflect() protoreflect.Message

func (*BotMessageOrigin) Reset

func (x *BotMessageOrigin) Reset()

func (*BotMessageOrigin) String

func (x *BotMessageOrigin) String() string

type BotMessageOriginMetadata

type BotMessageOriginMetadata struct {
	Origins []*BotMessageOrigin `protobuf:"bytes,1,rep,name=origins" json:"origins,omitempty"`
	// contains filtered or unexported fields
}

func (*BotMessageOriginMetadata) Descriptor deprecated

func (*BotMessageOriginMetadata) Descriptor() ([]byte, []int)

Deprecated: Use BotMessageOriginMetadata.ProtoReflect.Descriptor instead.

func (*BotMessageOriginMetadata) GetOrigins

func (x *BotMessageOriginMetadata) GetOrigins() []*BotMessageOrigin

func (*BotMessageOriginMetadata) ProtoMessage

func (*BotMessageOriginMetadata) ProtoMessage()

func (*BotMessageOriginMetadata) ProtoReflect

func (x *BotMessageOriginMetadata) ProtoReflect() protoreflect.Message

func (*BotMessageOriginMetadata) Reset

func (x *BotMessageOriginMetadata) Reset()

func (*BotMessageOriginMetadata) String

func (x *BotMessageOriginMetadata) String() string

type BotMessageOrigin_BotMessageOriginType

type BotMessageOrigin_BotMessageOriginType int32
const (
	BotMessageOrigin_BOT_MESSAGE_ORIGIN_TYPE_AI_INITIATED BotMessageOrigin_BotMessageOriginType = 0
)

func (BotMessageOrigin_BotMessageOriginType) Descriptor

func (BotMessageOrigin_BotMessageOriginType) Enum

func (BotMessageOrigin_BotMessageOriginType) EnumDescriptor deprecated

func (BotMessageOrigin_BotMessageOriginType) EnumDescriptor() ([]byte, []int)

Deprecated: Use BotMessageOrigin_BotMessageOriginType.Descriptor instead.

func (BotMessageOrigin_BotMessageOriginType) Number

func (BotMessageOrigin_BotMessageOriginType) String

func (BotMessageOrigin_BotMessageOriginType) Type

func (*BotMessageOrigin_BotMessageOriginType) UnmarshalJSON deprecated

func (x *BotMessageOrigin_BotMessageOriginType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type BotMetadata

type BotMetadata struct {
	AvatarMetadata              *BotAvatarMetadata                `protobuf:"bytes,1,opt,name=avatarMetadata" json:"avatarMetadata,omitempty"`
	PersonaID                   *string                           `protobuf:"bytes,2,opt,name=personaID" json:"personaID,omitempty"`
	PluginMetadata              *BotPluginMetadata                `protobuf:"bytes,3,opt,name=pluginMetadata" json:"pluginMetadata,omitempty"`
	SuggestedPromptMetadata     *BotSuggestedPromptMetadata       `protobuf:"bytes,4,opt,name=suggestedPromptMetadata" json:"suggestedPromptMetadata,omitempty"`
	InvokerJID                  *string                           `protobuf:"bytes,5,opt,name=invokerJID" json:"invokerJID,omitempty"`
	SessionMetadata             *BotSessionMetadata               `protobuf:"bytes,6,opt,name=sessionMetadata" json:"sessionMetadata,omitempty"`
	MemuMetadata                *BotMemuMetadata                  `protobuf:"bytes,7,opt,name=memuMetadata" json:"memuMetadata,omitempty"`
	Timezone                    *string                           `protobuf:"bytes,8,opt,name=timezone" json:"timezone,omitempty"`
	ReminderMetadata            *BotReminderMetadata              `protobuf:"bytes,9,opt,name=reminderMetadata" json:"reminderMetadata,omitempty"`
	ModelMetadata               *BotModelMetadata                 `protobuf:"bytes,10,opt,name=modelMetadata" json:"modelMetadata,omitempty"`
	MessageDisclaimerText       *string                           `protobuf:"bytes,11,opt,name=messageDisclaimerText" json:"messageDisclaimerText,omitempty"`
	ProgressIndicatorMetadata   *BotProgressIndicatorMetadata     `protobuf:"bytes,12,opt,name=progressIndicatorMetadata" json:"progressIndicatorMetadata,omitempty"`
	CapabilityMetadata          *BotCapabilityMetadata            `protobuf:"bytes,13,opt,name=capabilityMetadata" json:"capabilityMetadata,omitempty"`
	ImagineMetadata             *BotImagineMetadata               `protobuf:"bytes,14,opt,name=imagineMetadata" json:"imagineMetadata,omitempty"`
	MemoryMetadata              *BotMemoryMetadata                `protobuf:"bytes,15,opt,name=memoryMetadata" json:"memoryMetadata,omitempty"`
	RenderingMetadata           *BotRenderingMetadata             `protobuf:"bytes,16,opt,name=renderingMetadata" json:"renderingMetadata,omitempty"`
	BotMetricsMetadata          *BotMetricsMetadata               `protobuf:"bytes,17,opt,name=botMetricsMetadata" json:"botMetricsMetadata,omitempty"`
	BotLinkedAccountsMetadata   *BotLinkedAccountsMetadata        `protobuf:"bytes,18,opt,name=botLinkedAccountsMetadata" json:"botLinkedAccountsMetadata,omitempty"`
	RichResponseSourcesMetadata *BotSourcesMetadata               `protobuf:"bytes,19,opt,name=richResponseSourcesMetadata" json:"richResponseSourcesMetadata,omitempty"`
	AiConversationContext       []byte                            `protobuf:"bytes,20,opt,name=aiConversationContext" json:"aiConversationContext,omitempty"`
	BotPromotionMessageMetadata *BotPromotionMessageMetadata      `protobuf:"bytes,21,opt,name=botPromotionMessageMetadata" json:"botPromotionMessageMetadata,omitempty"`
	BotModeSelectionMetadata    *BotModeSelectionMetadata         `protobuf:"bytes,22,opt,name=botModeSelectionMetadata" json:"botModeSelectionMetadata,omitempty"`
	BotQuotaMetadata            *BotQuotaMetadata                 `protobuf:"bytes,23,opt,name=botQuotaMetadata" json:"botQuotaMetadata,omitempty"`
	BotAgeCollectionMetadata    *BotAgeCollectionMetadata         `protobuf:"bytes,24,opt,name=botAgeCollectionMetadata" json:"botAgeCollectionMetadata,omitempty"`
	ConversationStarterPromptID *string                           `protobuf:"bytes,25,opt,name=conversationStarterPromptID" json:"conversationStarterPromptID,omitempty"`
	BotResponseID               *string                           `protobuf:"bytes,26,opt,name=botResponseID" json:"botResponseID,omitempty"`
	VerificationMetadata        *BotSignatureVerificationMetadata `protobuf:"bytes,27,opt,name=verificationMetadata" json:"verificationMetadata,omitempty"`
	UnifiedResponseMutation     *BotUnifiedResponseMutation       `protobuf:"bytes,28,opt,name=unifiedResponseMutation" json:"unifiedResponseMutation,omitempty"`
	BotMessageOriginMetadata    *BotMessageOriginMetadata         `protobuf:"bytes,29,opt,name=botMessageOriginMetadata" json:"botMessageOriginMetadata,omitempty"`
	InThreadSurveyMetadata      *InThreadSurveyMetadata           `protobuf:"bytes,30,opt,name=inThreadSurveyMetadata" json:"inThreadSurveyMetadata,omitempty"`
	BotThreadInfo               *AIThreadInfo                     `protobuf:"bytes,31,opt,name=botThreadInfo" json:"botThreadInfo,omitempty"`
	InternalMetadata            []byte                            `protobuf:"bytes,999,opt,name=internalMetadata" json:"internalMetadata,omitempty"`
	// contains filtered or unexported fields
}

func (*BotMetadata) Descriptor deprecated

func (*BotMetadata) Descriptor() ([]byte, []int)

Deprecated: Use BotMetadata.ProtoReflect.Descriptor instead.

func (*BotMetadata) GetAiConversationContext

func (x *BotMetadata) GetAiConversationContext() []byte

func (*BotMetadata) GetAvatarMetadata

func (x *BotMetadata) GetAvatarMetadata() *BotAvatarMetadata

func (*BotMetadata) GetBotAgeCollectionMetadata

func (x *BotMetadata) GetBotAgeCollectionMetadata() *BotAgeCollectionMetadata

func (*BotMetadata) GetBotLinkedAccountsMetadata

func (x *BotMetadata) GetBotLinkedAccountsMetadata() *BotLinkedAccountsMetadata

func (*BotMetadata) GetBotMessageOriginMetadata

func (x *BotMetadata) GetBotMessageOriginMetadata() *BotMessageOriginMetadata

func (*BotMetadata) GetBotMetricsMetadata

func (x *BotMetadata) GetBotMetricsMetadata() *BotMetricsMetadata

func (*BotMetadata) GetBotModeSelectionMetadata

func (x *BotMetadata) GetBotModeSelectionMetadata() *BotModeSelectionMetadata

func (*BotMetadata) GetBotPromotionMessageMetadata

func (x *BotMetadata) GetBotPromotionMessageMetadata() *BotPromotionMessageMetadata

func (*BotMetadata) GetBotQuotaMetadata

func (x *BotMetadata) GetBotQuotaMetadata() *BotQuotaMetadata

func (*BotMetadata) GetBotResponseID

func (x *BotMetadata) GetBotResponseID() string

func (*BotMetadata) GetBotThreadInfo

func (x *BotMetadata) GetBotThreadInfo() *AIThreadInfo

func (*BotMetadata) GetCapabilityMetadata

func (x *BotMetadata) GetCapabilityMetadata() *BotCapabilityMetadata

func (*BotMetadata) GetConversationStarterPromptID

func (x *BotMetadata) GetConversationStarterPromptID() string

func (*BotMetadata) GetImagineMetadata

func (x *BotMetadata) GetImagineMetadata() *BotImagineMetadata

func (*BotMetadata) GetInThreadSurveyMetadata

func (x *BotMetadata) GetInThreadSurveyMetadata() *InThreadSurveyMetadata

func (*BotMetadata) GetInternalMetadata

func (x *BotMetadata) GetInternalMetadata() []byte

func (*BotMetadata) GetInvokerJID

func (x *BotMetadata) GetInvokerJID() string

func (*BotMetadata) GetMemoryMetadata

func (x *BotMetadata) GetMemoryMetadata() *BotMemoryMetadata

func (*BotMetadata) GetMemuMetadata

func (x *BotMetadata) GetMemuMetadata() *BotMemuMetadata

func (*BotMetadata) GetMessageDisclaimerText

func (x *BotMetadata) GetMessageDisclaimerText() string

func (*BotMetadata) GetModelMetadata

func (x *BotMetadata) GetModelMetadata() *BotModelMetadata

func (*BotMetadata) GetPersonaID

func (x *BotMetadata) GetPersonaID() string

func (*BotMetadata) GetPluginMetadata

func (x *BotMetadata) GetPluginMetadata() *BotPluginMetadata

func (*BotMetadata) GetProgressIndicatorMetadata

func (x *BotMetadata) GetProgressIndicatorMetadata() *BotProgressIndicatorMetadata

func (*BotMetadata) GetReminderMetadata

func (x *BotMetadata) GetReminderMetadata() *BotReminderMetadata

func (*BotMetadata) GetRenderingMetadata

func (x *BotMetadata) GetRenderingMetadata() *BotRenderingMetadata

func (*BotMetadata) GetRichResponseSourcesMetadata

func (x *BotMetadata) GetRichResponseSourcesMetadata() *BotSourcesMetadata

func (*BotMetadata) GetSessionMetadata

func (x *BotMetadata) GetSessionMetadata() *BotSessionMetadata

func (*BotMetadata) GetSuggestedPromptMetadata

func (x *BotMetadata) GetSuggestedPromptMetadata() *BotSuggestedPromptMetadata

func (*BotMetadata) GetTimezone

func (x *BotMetadata) GetTimezone() string

func (*BotMetadata) GetUnifiedResponseMutation

func (x *BotMetadata) GetUnifiedResponseMutation() *BotUnifiedResponseMutation

func (*BotMetadata) GetVerificationMetadata

func (x *BotMetadata) GetVerificationMetadata() *BotSignatureVerificationMetadata

func (*BotMetadata) ProtoMessage

func (*BotMetadata) ProtoMessage()

func (*BotMetadata) ProtoReflect

func (x *BotMetadata) ProtoReflect() protoreflect.Message

func (*BotMetadata) Reset

func (x *BotMetadata) Reset()

func (*BotMetadata) String

func (x *BotMetadata) String() string

type BotMetricsEntryPoint

type BotMetricsEntryPoint int32
const (
	BotMetricsEntryPoint_FAVICON                             BotMetricsEntryPoint = 1
	BotMetricsEntryPoint_CHATLIST                            BotMetricsEntryPoint = 2
	BotMetricsEntryPoint_AISEARCH_NULL_STATE_PAPER_PLANE     BotMetricsEntryPoint = 3
	BotMetricsEntryPoint_AISEARCH_NULL_STATE_SUGGESTION      BotMetricsEntryPoint = 4
	BotMetricsEntryPoint_AISEARCH_TYPE_AHEAD_SUGGESTION      BotMetricsEntryPoint = 5
	BotMetricsEntryPoint_AISEARCH_TYPE_AHEAD_PAPER_PLANE     BotMetricsEntryPoint = 6
	BotMetricsEntryPoint_AISEARCH_TYPE_AHEAD_RESULT_CHATLIST BotMetricsEntryPoint = 7
	BotMetricsEntryPoint_AISEARCH_TYPE_AHEAD_RESULT_MESSAGES BotMetricsEntryPoint = 8
	BotMetricsEntryPoint_AIVOICE_SEARCH_BAR                  BotMetricsEntryPoint = 9
	BotMetricsEntryPoint_AIVOICE_FAVICON                     BotMetricsEntryPoint = 10
	BotMetricsEntryPoint_AISTUDIO                            BotMetricsEntryPoint = 11
	BotMetricsEntryPoint_DEEPLINK                            BotMetricsEntryPoint = 12
	BotMetricsEntryPoint_NOTIFICATION                        BotMetricsEntryPoint = 13
	BotMetricsEntryPoint_PROFILE_MESSAGE_BUTTON              BotMetricsEntryPoint = 14
	BotMetricsEntryPoint_FORWARD                             BotMetricsEntryPoint = 15
	BotMetricsEntryPoint_APP_SHORTCUT                        BotMetricsEntryPoint = 16
	BotMetricsEntryPoint_FF_FAMILY                           BotMetricsEntryPoint = 17
	BotMetricsEntryPoint_AI_TAB                              BotMetricsEntryPoint = 18
	BotMetricsEntryPoint_AI_HOME                             BotMetricsEntryPoint = 19
	BotMetricsEntryPoint_AI_DEEPLINK_IMMERSIVE               BotMetricsEntryPoint = 20
	BotMetricsEntryPoint_AI_DEEPLINK                         BotMetricsEntryPoint = 21
	BotMetricsEntryPoint_META_AI_CHAT_SHORTCUT_AI_STUDIO     BotMetricsEntryPoint = 22
	BotMetricsEntryPoint_UGC_CHAT_SHORTCUT_AI_STUDIO         BotMetricsEntryPoint = 23
	BotMetricsEntryPoint_NEW_CHAT_AI_STUDIO                  BotMetricsEntryPoint = 24
	BotMetricsEntryPoint_AIVOICE_FAVICON_CALL_HISTORY        BotMetricsEntryPoint = 25
	BotMetricsEntryPoint_ASK_META_AI_CONTEXT_MENU            BotMetricsEntryPoint = 26
	BotMetricsEntryPoint_ASK_META_AI_CONTEXT_MENU_1ON1       BotMetricsEntryPoint = 27
	BotMetricsEntryPoint_ASK_META_AI_CONTEXT_MENU_GROUP      BotMetricsEntryPoint = 28
	BotMetricsEntryPoint_INVOKE_META_AI_1ON1                 BotMetricsEntryPoint = 29
	BotMetricsEntryPoint_INVOKE_META_AI_GROUP                BotMetricsEntryPoint = 30
	BotMetricsEntryPoint_META_AI_FORWARD                     BotMetricsEntryPoint = 31
	BotMetricsEntryPoint_NEW_CHAT_AI_CONTACT                 BotMetricsEntryPoint = 32
)

func (BotMetricsEntryPoint) Descriptor

func (BotMetricsEntryPoint) Enum

func (BotMetricsEntryPoint) EnumDescriptor deprecated

func (BotMetricsEntryPoint) EnumDescriptor() ([]byte, []int)

Deprecated: Use BotMetricsEntryPoint.Descriptor instead.

func (BotMetricsEntryPoint) Number

func (BotMetricsEntryPoint) String

func (x BotMetricsEntryPoint) String() string

func (BotMetricsEntryPoint) Type

func (*BotMetricsEntryPoint) UnmarshalJSON deprecated

func (x *BotMetricsEntryPoint) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type BotMetricsMetadata

type BotMetricsMetadata struct {
	DestinationID         *string                     `protobuf:"bytes,1,opt,name=destinationID" json:"destinationID,omitempty"`
	DestinationEntryPoint *BotMetricsEntryPoint       `` /* 129-byte string literal not displayed */
	ThreadOrigin          *BotMetricsThreadEntryPoint `protobuf:"varint,3,opt,name=threadOrigin,enum=WABotMetadata.BotMetricsThreadEntryPoint" json:"threadOrigin,omitempty"`
	// contains filtered or unexported fields
}

func (*BotMetricsMetadata) Descriptor deprecated

func (*BotMetricsMetadata) Descriptor() ([]byte, []int)

Deprecated: Use BotMetricsMetadata.ProtoReflect.Descriptor instead.

func (*BotMetricsMetadata) GetDestinationEntryPoint

func (x *BotMetricsMetadata) GetDestinationEntryPoint() BotMetricsEntryPoint

func (*BotMetricsMetadata) GetDestinationID

func (x *BotMetricsMetadata) GetDestinationID() string

func (*BotMetricsMetadata) GetThreadOrigin

func (x *BotMetricsMetadata) GetThreadOrigin() BotMetricsThreadEntryPoint

func (*BotMetricsMetadata) ProtoMessage

func (*BotMetricsMetadata) ProtoMessage()

func (*BotMetricsMetadata) ProtoReflect

func (x *BotMetricsMetadata) ProtoReflect() protoreflect.Message

func (*BotMetricsMetadata) Reset

func (x *BotMetricsMetadata) Reset()

func (*BotMetricsMetadata) String

func (x *BotMetricsMetadata) String() string

type BotMetricsThreadEntryPoint

type BotMetricsThreadEntryPoint int32
const (
	BotMetricsThreadEntryPoint_AI_TAB_THREAD                   BotMetricsThreadEntryPoint = 1
	BotMetricsThreadEntryPoint_AI_HOME_THREAD                  BotMetricsThreadEntryPoint = 2
	BotMetricsThreadEntryPoint_AI_DEEPLINK_IMMERSIVE_THREAD    BotMetricsThreadEntryPoint = 3
	BotMetricsThreadEntryPoint_AI_DEEPLINK_THREAD              BotMetricsThreadEntryPoint = 4
	BotMetricsThreadEntryPoint_ASK_META_AI_CONTEXT_MENU_THREAD BotMetricsThreadEntryPoint = 5
)

func (BotMetricsThreadEntryPoint) Descriptor

func (BotMetricsThreadEntryPoint) Enum

func (BotMetricsThreadEntryPoint) EnumDescriptor deprecated

func (BotMetricsThreadEntryPoint) EnumDescriptor() ([]byte, []int)

Deprecated: Use BotMetricsThreadEntryPoint.Descriptor instead.

func (BotMetricsThreadEntryPoint) Number

func (BotMetricsThreadEntryPoint) String

func (BotMetricsThreadEntryPoint) Type

func (*BotMetricsThreadEntryPoint) UnmarshalJSON deprecated

func (x *BotMetricsThreadEntryPoint) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type BotModeSelectionMetadata

type BotModeSelectionMetadata struct {
	Mode []BotModeSelectionMetadata_BotUserSelectionMode `protobuf:"varint,1,rep,name=mode,enum=WABotMetadata.BotModeSelectionMetadata_BotUserSelectionMode" json:"mode,omitempty"`
	// contains filtered or unexported fields
}

func (*BotModeSelectionMetadata) Descriptor deprecated

func (*BotModeSelectionMetadata) Descriptor() ([]byte, []int)

Deprecated: Use BotModeSelectionMetadata.ProtoReflect.Descriptor instead.

func (*BotModeSelectionMetadata) GetMode

func (*BotModeSelectionMetadata) ProtoMessage

func (*BotModeSelectionMetadata) ProtoMessage()

func (*BotModeSelectionMetadata) ProtoReflect

func (x *BotModeSelectionMetadata) ProtoReflect() protoreflect.Message

func (*BotModeSelectionMetadata) Reset

func (x *BotModeSelectionMetadata) Reset()

func (*BotModeSelectionMetadata) String

func (x *BotModeSelectionMetadata) String() string

type BotModeSelectionMetadata_BotUserSelectionMode

type BotModeSelectionMetadata_BotUserSelectionMode int32
const (
	BotModeSelectionMetadata_UNKNOWN_MODE   BotModeSelectionMetadata_BotUserSelectionMode = 0
	BotModeSelectionMetadata_REASONING_MODE BotModeSelectionMetadata_BotUserSelectionMode = 1
)

func (BotModeSelectionMetadata_BotUserSelectionMode) Descriptor

func (BotModeSelectionMetadata_BotUserSelectionMode) Enum

func (BotModeSelectionMetadata_BotUserSelectionMode) EnumDescriptor deprecated

func (BotModeSelectionMetadata_BotUserSelectionMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use BotModeSelectionMetadata_BotUserSelectionMode.Descriptor instead.

func (BotModeSelectionMetadata_BotUserSelectionMode) Number

func (BotModeSelectionMetadata_BotUserSelectionMode) String

func (BotModeSelectionMetadata_BotUserSelectionMode) Type

func (*BotModeSelectionMetadata_BotUserSelectionMode) UnmarshalJSON deprecated

Deprecated: Do not use.

type BotModelMetadata

type BotModelMetadata struct {
	ModelType          *BotModelMetadata_ModelType          `protobuf:"varint,1,opt,name=modelType,enum=WABotMetadata.BotModelMetadata_ModelType" json:"modelType,omitempty"`
	PremiumModelStatus *BotModelMetadata_PremiumModelStatus `` /* 138-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BotModelMetadata) Descriptor deprecated

func (*BotModelMetadata) Descriptor() ([]byte, []int)

Deprecated: Use BotModelMetadata.ProtoReflect.Descriptor instead.

func (*BotModelMetadata) GetModelType

func (x *BotModelMetadata) GetModelType() BotModelMetadata_ModelType

func (*BotModelMetadata) GetPremiumModelStatus

func (x *BotModelMetadata) GetPremiumModelStatus() BotModelMetadata_PremiumModelStatus

func (*BotModelMetadata) ProtoMessage

func (*BotModelMetadata) ProtoMessage()

func (*BotModelMetadata) ProtoReflect

func (x *BotModelMetadata) ProtoReflect() protoreflect.Message

func (*BotModelMetadata) Reset

func (x *BotModelMetadata) Reset()

func (*BotModelMetadata) String

func (x *BotModelMetadata) String() string

type BotModelMetadata_ModelType

type BotModelMetadata_ModelType int32
const (
	BotModelMetadata_UNKNOWN_TYPE       BotModelMetadata_ModelType = 0
	BotModelMetadata_LLAMA_PROD         BotModelMetadata_ModelType = 1
	BotModelMetadata_LLAMA_PROD_PREMIUM BotModelMetadata_ModelType = 2
)

func (BotModelMetadata_ModelType) Descriptor

func (BotModelMetadata_ModelType) Enum

func (BotModelMetadata_ModelType) EnumDescriptor deprecated

func (BotModelMetadata_ModelType) EnumDescriptor() ([]byte, []int)

Deprecated: Use BotModelMetadata_ModelType.Descriptor instead.

func (BotModelMetadata_ModelType) Number

func (BotModelMetadata_ModelType) String

func (BotModelMetadata_ModelType) Type

func (*BotModelMetadata_ModelType) UnmarshalJSON deprecated

func (x *BotModelMetadata_ModelType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type BotModelMetadata_PremiumModelStatus

type BotModelMetadata_PremiumModelStatus int32
const (
	BotModelMetadata_UNKNOWN_STATUS     BotModelMetadata_PremiumModelStatus = 0
	BotModelMetadata_AVAILABLE          BotModelMetadata_PremiumModelStatus = 1
	BotModelMetadata_QUOTA_EXCEED_LIMIT BotModelMetadata_PremiumModelStatus = 2
)

func (BotModelMetadata_PremiumModelStatus) Descriptor

func (BotModelMetadata_PremiumModelStatus) Enum

func (BotModelMetadata_PremiumModelStatus) EnumDescriptor deprecated

func (BotModelMetadata_PremiumModelStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use BotModelMetadata_PremiumModelStatus.Descriptor instead.

func (BotModelMetadata_PremiumModelStatus) Number

func (BotModelMetadata_PremiumModelStatus) String

func (BotModelMetadata_PremiumModelStatus) Type

func (*BotModelMetadata_PremiumModelStatus) UnmarshalJSON deprecated

func (x *BotModelMetadata_PremiumModelStatus) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type BotPluginMetadata

type BotPluginMetadata struct {
	Provider               *BotPluginMetadata_SearchProvider `protobuf:"varint,1,opt,name=provider,enum=WABotMetadata.BotPluginMetadata_SearchProvider" json:"provider,omitempty"`
	PluginType             *BotPluginMetadata_PluginType     `protobuf:"varint,2,opt,name=pluginType,enum=WABotMetadata.BotPluginMetadata_PluginType" json:"pluginType,omitempty"`
	ThumbnailCDNURL        *string                           `protobuf:"bytes,3,opt,name=thumbnailCDNURL" json:"thumbnailCDNURL,omitempty"`
	ProfilePhotoCDNURL     *string                           `protobuf:"bytes,4,opt,name=profilePhotoCDNURL" json:"profilePhotoCDNURL,omitempty"`
	SearchProviderURL      *string                           `protobuf:"bytes,5,opt,name=searchProviderURL" json:"searchProviderURL,omitempty"`
	ReferenceIndex         *uint32                           `protobuf:"varint,6,opt,name=referenceIndex" json:"referenceIndex,omitempty"`
	ExpectedLinksCount     *uint32                           `protobuf:"varint,7,opt,name=expectedLinksCount" json:"expectedLinksCount,omitempty"`
	SearchQuery            *string                           `protobuf:"bytes,9,opt,name=searchQuery" json:"searchQuery,omitempty"`
	ParentPluginMessageKey *waCommon.MessageKey              `protobuf:"bytes,10,opt,name=parentPluginMessageKey" json:"parentPluginMessageKey,omitempty"`
	DeprecatedField        *BotPluginMetadata_PluginType     `` /* 126-byte string literal not displayed */
	ParentPluginType       *BotPluginMetadata_PluginType     `` /* 128-byte string literal not displayed */
	FaviconCDNURL          *string                           `protobuf:"bytes,13,opt,name=faviconCDNURL" json:"faviconCDNURL,omitempty"`
	// contains filtered or unexported fields
}

func (*BotPluginMetadata) Descriptor deprecated

func (*BotPluginMetadata) Descriptor() ([]byte, []int)

Deprecated: Use BotPluginMetadata.ProtoReflect.Descriptor instead.

func (*BotPluginMetadata) GetDeprecatedField

func (x *BotPluginMetadata) GetDeprecatedField() BotPluginMetadata_PluginType

func (*BotPluginMetadata) GetExpectedLinksCount

func (x *BotPluginMetadata) GetExpectedLinksCount() uint32

func (*BotPluginMetadata) GetFaviconCDNURL

func (x *BotPluginMetadata) GetFaviconCDNURL() string

func (*BotPluginMetadata) GetParentPluginMessageKey

func (x *BotPluginMetadata) GetParentPluginMessageKey() *waCommon.MessageKey

func (*BotPluginMetadata) GetParentPluginType

func (x *BotPluginMetadata) GetParentPluginType() BotPluginMetadata_PluginType

func (*BotPluginMetadata) GetPluginType

func (*BotPluginMetadata) GetProfilePhotoCDNURL

func (x *BotPluginMetadata) GetProfilePhotoCDNURL() string

func (*BotPluginMetadata) GetProvider

func (*BotPluginMetadata) GetReferenceIndex

func (x *BotPluginMetadata) GetReferenceIndex() uint32

func (*BotPluginMetadata) GetSearchProviderURL

func (x *BotPluginMetadata) GetSearchProviderURL() string

func (*BotPluginMetadata) GetSearchQuery

func (x *BotPluginMetadata) GetSearchQuery() string

func (*BotPluginMetadata) GetThumbnailCDNURL

func (x *BotPluginMetadata) GetThumbnailCDNURL() string

func (*BotPluginMetadata) ProtoMessage

func (*BotPluginMetadata) ProtoMessage()

func (*BotPluginMetadata) ProtoReflect

func (x *BotPluginMetadata) ProtoReflect() protoreflect.Message

func (*BotPluginMetadata) Reset

func (x *BotPluginMetadata) Reset()

func (*BotPluginMetadata) String

func (x *BotPluginMetadata) String() string

type BotPluginMetadata_PluginType

type BotPluginMetadata_PluginType int32
const (
	BotPluginMetadata_UNKNOWN_PLUGIN BotPluginMetadata_PluginType = 0
	BotPluginMetadata_REELS          BotPluginMetadata_PluginType = 1
	BotPluginMetadata_SEARCH         BotPluginMetadata_PluginType = 2
)

func (BotPluginMetadata_PluginType) Descriptor

func (BotPluginMetadata_PluginType) Enum

func (BotPluginMetadata_PluginType) EnumDescriptor deprecated

func (BotPluginMetadata_PluginType) EnumDescriptor() ([]byte, []int)

Deprecated: Use BotPluginMetadata_PluginType.Descriptor instead.

func (BotPluginMetadata_PluginType) Number

func (BotPluginMetadata_PluginType) String

func (BotPluginMetadata_PluginType) Type

func (*BotPluginMetadata_PluginType) UnmarshalJSON deprecated

func (x *BotPluginMetadata_PluginType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type BotPluginMetadata_SearchProvider

type BotPluginMetadata_SearchProvider int32
const (
	BotPluginMetadata_UNKNOWN BotPluginMetadata_SearchProvider = 0
	BotPluginMetadata_BING    BotPluginMetadata_SearchProvider = 1
	BotPluginMetadata_GOOGLE  BotPluginMetadata_SearchProvider = 2
	BotPluginMetadata_SUPPORT BotPluginMetadata_SearchProvider = 3
)

func (BotPluginMetadata_SearchProvider) Descriptor

func (BotPluginMetadata_SearchProvider) Enum

func (BotPluginMetadata_SearchProvider) EnumDescriptor deprecated

func (BotPluginMetadata_SearchProvider) EnumDescriptor() ([]byte, []int)

Deprecated: Use BotPluginMetadata_SearchProvider.Descriptor instead.

func (BotPluginMetadata_SearchProvider) Number

func (BotPluginMetadata_SearchProvider) String

func (BotPluginMetadata_SearchProvider) Type

func (*BotPluginMetadata_SearchProvider) UnmarshalJSON deprecated

func (x *BotPluginMetadata_SearchProvider) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type BotProgressIndicatorMetadata

type BotProgressIndicatorMetadata struct {
	ProgressDescription *string                                                 `protobuf:"bytes,1,opt,name=progressDescription" json:"progressDescription,omitempty"`
	StepsMetadata       []*BotProgressIndicatorMetadata_BotPlanningStepMetadata `protobuf:"bytes,2,rep,name=stepsMetadata" json:"stepsMetadata,omitempty"`
	// contains filtered or unexported fields
}

func (*BotProgressIndicatorMetadata) Descriptor deprecated

func (*BotProgressIndicatorMetadata) Descriptor() ([]byte, []int)

Deprecated: Use BotProgressIndicatorMetadata.ProtoReflect.Descriptor instead.

func (*BotProgressIndicatorMetadata) GetProgressDescription

func (x *BotProgressIndicatorMetadata) GetProgressDescription() string

func (*BotProgressIndicatorMetadata) GetStepsMetadata

func (*BotProgressIndicatorMetadata) ProtoMessage

func (*BotProgressIndicatorMetadata) ProtoMessage()

func (*BotProgressIndicatorMetadata) ProtoReflect

func (*BotProgressIndicatorMetadata) Reset

func (x *BotProgressIndicatorMetadata) Reset()

func (*BotProgressIndicatorMetadata) String

type BotProgressIndicatorMetadata_BotPlanningStepMetadata

type BotProgressIndicatorMetadata_BotPlanningStepMetadata struct {
	StatusTitle      *string                                                                                  `protobuf:"bytes,1,opt,name=statusTitle" json:"statusTitle,omitempty"`
	StatusBody       *string                                                                                  `protobuf:"bytes,2,opt,name=statusBody" json:"statusBody,omitempty"`
	SourcesMetadata  []*BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningSearchSourcesMetadata `protobuf:"bytes,3,rep,name=sourcesMetadata" json:"sourcesMetadata,omitempty"`
	Status           *BotProgressIndicatorMetadata_BotPlanningStepMetadata_PlanningStepStatus                 `` /* 150-byte string literal not displayed */
	IsReasoning      *bool                                                                                    `protobuf:"varint,5,opt,name=isReasoning" json:"isReasoning,omitempty"`
	IsEnhancedSearch *bool                                                                                    `protobuf:"varint,6,opt,name=isEnhancedSearch" json:"isEnhancedSearch,omitempty"`
	Sections         []*BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningStepSectionMetadata   `protobuf:"bytes,7,rep,name=sections" json:"sections,omitempty"`
	// contains filtered or unexported fields
}

func (*BotProgressIndicatorMetadata_BotPlanningStepMetadata) Descriptor deprecated

Deprecated: Use BotProgressIndicatorMetadata_BotPlanningStepMetadata.ProtoReflect.Descriptor instead.

func (*BotProgressIndicatorMetadata_BotPlanningStepMetadata) GetIsEnhancedSearch

func (*BotProgressIndicatorMetadata_BotPlanningStepMetadata) GetIsReasoning

func (*BotProgressIndicatorMetadata_BotPlanningStepMetadata) GetStatusBody

func (*BotProgressIndicatorMetadata_BotPlanningStepMetadata) GetStatusTitle

func (*BotProgressIndicatorMetadata_BotPlanningStepMetadata) ProtoMessage

func (*BotProgressIndicatorMetadata_BotPlanningStepMetadata) ProtoReflect

func (*BotProgressIndicatorMetadata_BotPlanningStepMetadata) Reset

func (*BotProgressIndicatorMetadata_BotPlanningStepMetadata) String

type BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningSearchSourceMetadata

type BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningSearchSourceMetadata struct {
	Title      *string                                                                       `protobuf:"bytes,1,opt,name=title" json:"title,omitempty"`
	Provider   *BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotSearchSourceProvider `` /* 159-byte string literal not displayed */
	SourceURL  *string                                                                       `protobuf:"bytes,3,opt,name=sourceURL" json:"sourceURL,omitempty"`
	FavIconURL *string                                                                       `protobuf:"bytes,4,opt,name=favIconURL" json:"favIconURL,omitempty"`
	// contains filtered or unexported fields
}

func (*BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningSearchSourceMetadata) Descriptor deprecated

Deprecated: Use BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningSearchSourceMetadata.ProtoReflect.Descriptor instead.

func (*BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningSearchSourceMetadata) GetFavIconURL

func (*BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningSearchSourceMetadata) GetProvider

func (*BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningSearchSourceMetadata) GetSourceURL

func (*BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningSearchSourceMetadata) GetTitle

func (*BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningSearchSourceMetadata) ProtoMessage

func (*BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningSearchSourceMetadata) ProtoReflect

func (*BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningSearchSourceMetadata) Reset

func (*BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningSearchSourceMetadata) String

type BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningSearchSourcesMetadata

type BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningSearchSourcesMetadata struct {
	SourceTitle *string                                                                                                                `protobuf:"bytes,1,opt,name=sourceTitle" json:"sourceTitle,omitempty"`
	Provider    *BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningSearchSourcesMetadata_BotPlanningSearchSourceProvider `` /* 200-byte string literal not displayed */
	SourceURL   *string                                                                                                                `protobuf:"bytes,3,opt,name=sourceURL" json:"sourceURL,omitempty"`
	// contains filtered or unexported fields
}

func (*BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningSearchSourcesMetadata) Descriptor deprecated

Deprecated: Use BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningSearchSourcesMetadata.ProtoReflect.Descriptor instead.

func (*BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningSearchSourcesMetadata) GetSourceTitle

func (*BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningSearchSourcesMetadata) GetSourceURL

func (*BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningSearchSourcesMetadata) ProtoMessage

func (*BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningSearchSourcesMetadata) ProtoReflect

func (*BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningSearchSourcesMetadata) Reset

func (*BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningSearchSourcesMetadata) String

type BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningSearchSourcesMetadata_BotPlanningSearchSourceProvider

type BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningSearchSourcesMetadata_BotPlanningSearchSourceProvider int32
const (
	BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningSearchSourcesMetadata_UNKNOWN BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningSearchSourcesMetadata_BotPlanningSearchSourceProvider = 0
	BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningSearchSourcesMetadata_OTHER   BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningSearchSourcesMetadata_BotPlanningSearchSourceProvider = 1
	BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningSearchSourcesMetadata_GOOGLE  BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningSearchSourcesMetadata_BotPlanningSearchSourceProvider = 2
	BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningSearchSourcesMetadata_BING    BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningSearchSourcesMetadata_BotPlanningSearchSourceProvider = 3
)

func (BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningSearchSourcesMetadata_BotPlanningSearchSourceProvider) Descriptor

func (BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningSearchSourcesMetadata_BotPlanningSearchSourceProvider) EnumDescriptor deprecated

Deprecated: Use BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningSearchSourcesMetadata_BotPlanningSearchSourceProvider.Descriptor instead.

func (BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningSearchSourcesMetadata_BotPlanningSearchSourceProvider) Number

func (BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningSearchSourcesMetadata_BotPlanningSearchSourceProvider) String

func (BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningSearchSourcesMetadata_BotPlanningSearchSourceProvider) Type

func (*BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningSearchSourcesMetadata_BotPlanningSearchSourceProvider) UnmarshalJSON deprecated

type BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningStepSectionMetadata

type BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningStepSectionMetadata struct {
	SectionTitle    *string                                                                                 `protobuf:"bytes,1,opt,name=sectionTitle" json:"sectionTitle,omitempty"`
	SectionBody     *string                                                                                 `protobuf:"bytes,2,opt,name=sectionBody" json:"sectionBody,omitempty"`
	SourcesMetadata []*BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningSearchSourceMetadata `protobuf:"bytes,3,rep,name=sourcesMetadata" json:"sourcesMetadata,omitempty"`
	// contains filtered or unexported fields
}

func (*BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningStepSectionMetadata) Descriptor deprecated

Deprecated: Use BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningStepSectionMetadata.ProtoReflect.Descriptor instead.

func (*BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningStepSectionMetadata) GetSectionBody

func (*BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningStepSectionMetadata) GetSectionTitle

func (*BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningStepSectionMetadata) GetSourcesMetadata

func (*BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningStepSectionMetadata) ProtoMessage

func (*BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningStepSectionMetadata) ProtoReflect

func (*BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningStepSectionMetadata) Reset

func (*BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotPlanningStepSectionMetadata) String

type BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotSearchSourceProvider

type BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotSearchSourceProvider int32
const (
	BotProgressIndicatorMetadata_BotPlanningStepMetadata_UNKNOWN_PROVIDER BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotSearchSourceProvider = 0
	BotProgressIndicatorMetadata_BotPlanningStepMetadata_OTHER            BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotSearchSourceProvider = 1
	BotProgressIndicatorMetadata_BotPlanningStepMetadata_GOOGLE           BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotSearchSourceProvider = 2
	BotProgressIndicatorMetadata_BotPlanningStepMetadata_BING             BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotSearchSourceProvider = 3
)

func (BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotSearchSourceProvider) Descriptor

func (BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotSearchSourceProvider) Enum

func (BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotSearchSourceProvider) EnumDescriptor deprecated

Deprecated: Use BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotSearchSourceProvider.Descriptor instead.

func (BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotSearchSourceProvider) Number

func (BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotSearchSourceProvider) String

func (BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotSearchSourceProvider) Type

func (*BotProgressIndicatorMetadata_BotPlanningStepMetadata_BotSearchSourceProvider) UnmarshalJSON deprecated

Deprecated: Do not use.

type BotProgressIndicatorMetadata_BotPlanningStepMetadata_PlanningStepStatus

type BotProgressIndicatorMetadata_BotPlanningStepMetadata_PlanningStepStatus int32
const (
	BotProgressIndicatorMetadata_BotPlanningStepMetadata_UNKNOWN   BotProgressIndicatorMetadata_BotPlanningStepMetadata_PlanningStepStatus = 0
	BotProgressIndicatorMetadata_BotPlanningStepMetadata_PLANNED   BotProgressIndicatorMetadata_BotPlanningStepMetadata_PlanningStepStatus = 1
	BotProgressIndicatorMetadata_BotPlanningStepMetadata_EXECUTING BotProgressIndicatorMetadata_BotPlanningStepMetadata_PlanningStepStatus = 2
	BotProgressIndicatorMetadata_BotPlanningStepMetadata_FINISHED  BotProgressIndicatorMetadata_BotPlanningStepMetadata_PlanningStepStatus = 3
)

func (BotProgressIndicatorMetadata_BotPlanningStepMetadata_PlanningStepStatus) Descriptor

func (BotProgressIndicatorMetadata_BotPlanningStepMetadata_PlanningStepStatus) Enum

func (BotProgressIndicatorMetadata_BotPlanningStepMetadata_PlanningStepStatus) EnumDescriptor deprecated

Deprecated: Use BotProgressIndicatorMetadata_BotPlanningStepMetadata_PlanningStepStatus.Descriptor instead.

func (BotProgressIndicatorMetadata_BotPlanningStepMetadata_PlanningStepStatus) Number

func (BotProgressIndicatorMetadata_BotPlanningStepMetadata_PlanningStepStatus) String

func (BotProgressIndicatorMetadata_BotPlanningStepMetadata_PlanningStepStatus) Type

func (*BotProgressIndicatorMetadata_BotPlanningStepMetadata_PlanningStepStatus) UnmarshalJSON deprecated

Deprecated: Do not use.

type BotPromotionMessageMetadata

type BotPromotionMessageMetadata struct {
	PromotionType *BotPromotionMessageMetadata_BotPromotionType `` /* 137-byte string literal not displayed */
	ButtonTitle   *string                                       `protobuf:"bytes,2,opt,name=buttonTitle" json:"buttonTitle,omitempty"`
	// contains filtered or unexported fields
}

func (*BotPromotionMessageMetadata) Descriptor deprecated

func (*BotPromotionMessageMetadata) Descriptor() ([]byte, []int)

Deprecated: Use BotPromotionMessageMetadata.ProtoReflect.Descriptor instead.

func (*BotPromotionMessageMetadata) GetButtonTitle

func (x *BotPromotionMessageMetadata) GetButtonTitle() string

func (*BotPromotionMessageMetadata) GetPromotionType

func (*BotPromotionMessageMetadata) ProtoMessage

func (*BotPromotionMessageMetadata) ProtoMessage()

func (*BotPromotionMessageMetadata) ProtoReflect

func (*BotPromotionMessageMetadata) Reset

func (x *BotPromotionMessageMetadata) Reset()

func (*BotPromotionMessageMetadata) String

func (x *BotPromotionMessageMetadata) String() string

type BotPromotionMessageMetadata_BotPromotionType

type BotPromotionMessageMetadata_BotPromotionType int32
const (
	BotPromotionMessageMetadata_UNKNOWN_TYPE    BotPromotionMessageMetadata_BotPromotionType = 0
	BotPromotionMessageMetadata_C50             BotPromotionMessageMetadata_BotPromotionType = 1
	BotPromotionMessageMetadata_SURVEY_PLATFORM BotPromotionMessageMetadata_BotPromotionType = 2
)

func (BotPromotionMessageMetadata_BotPromotionType) Descriptor

func (BotPromotionMessageMetadata_BotPromotionType) Enum

func (BotPromotionMessageMetadata_BotPromotionType) EnumDescriptor deprecated

func (BotPromotionMessageMetadata_BotPromotionType) EnumDescriptor() ([]byte, []int)

Deprecated: Use BotPromotionMessageMetadata_BotPromotionType.Descriptor instead.

func (BotPromotionMessageMetadata_BotPromotionType) Number

func (BotPromotionMessageMetadata_BotPromotionType) String

func (BotPromotionMessageMetadata_BotPromotionType) Type

func (*BotPromotionMessageMetadata_BotPromotionType) UnmarshalJSON deprecated

Deprecated: Do not use.

type BotPromptSuggestion

type BotPromptSuggestion struct {
	Prompt   *string `protobuf:"bytes,1,opt,name=prompt" json:"prompt,omitempty"`
	PromptID *string `protobuf:"bytes,2,opt,name=promptID" json:"promptID,omitempty"`
	// contains filtered or unexported fields
}

func (*BotPromptSuggestion) Descriptor deprecated

func (*BotPromptSuggestion) Descriptor() ([]byte, []int)

Deprecated: Use BotPromptSuggestion.ProtoReflect.Descriptor instead.

func (*BotPromptSuggestion) GetPrompt

func (x *BotPromptSuggestion) GetPrompt() string

func (*BotPromptSuggestion) GetPromptID

func (x *BotPromptSuggestion) GetPromptID() string

func (*BotPromptSuggestion) ProtoMessage

func (*BotPromptSuggestion) ProtoMessage()

func (*BotPromptSuggestion) ProtoReflect

func (x *BotPromptSuggestion) ProtoReflect() protoreflect.Message

func (*BotPromptSuggestion) Reset

func (x *BotPromptSuggestion) Reset()

func (*BotPromptSuggestion) String

func (x *BotPromptSuggestion) String() string

type BotPromptSuggestions

type BotPromptSuggestions struct {
	Suggestions []*BotPromptSuggestion `protobuf:"bytes,1,rep,name=suggestions" json:"suggestions,omitempty"`
	// contains filtered or unexported fields
}

func (*BotPromptSuggestions) Descriptor deprecated

func (*BotPromptSuggestions) Descriptor() ([]byte, []int)

Deprecated: Use BotPromptSuggestions.ProtoReflect.Descriptor instead.

func (*BotPromptSuggestions) GetSuggestions

func (x *BotPromptSuggestions) GetSuggestions() []*BotPromptSuggestion

func (*BotPromptSuggestions) ProtoMessage

func (*BotPromptSuggestions) ProtoMessage()

func (*BotPromptSuggestions) ProtoReflect

func (x *BotPromptSuggestions) ProtoReflect() protoreflect.Message

func (*BotPromptSuggestions) Reset

func (x *BotPromptSuggestions) Reset()

func (*BotPromptSuggestions) String

func (x *BotPromptSuggestions) String() string

type BotQuotaMetadata

type BotQuotaMetadata struct {
	BotFeatureQuotaMetadata []*BotQuotaMetadata_BotFeatureQuotaMetadata `protobuf:"bytes,1,rep,name=botFeatureQuotaMetadata" json:"botFeatureQuotaMetadata,omitempty"`
	// contains filtered or unexported fields
}

func (*BotQuotaMetadata) Descriptor deprecated

func (*BotQuotaMetadata) Descriptor() ([]byte, []int)

Deprecated: Use BotQuotaMetadata.ProtoReflect.Descriptor instead.

func (*BotQuotaMetadata) GetBotFeatureQuotaMetadata

func (x *BotQuotaMetadata) GetBotFeatureQuotaMetadata() []*BotQuotaMetadata_BotFeatureQuotaMetadata

func (*BotQuotaMetadata) ProtoMessage

func (*BotQuotaMetadata) ProtoMessage()

func (*BotQuotaMetadata) ProtoReflect

func (x *BotQuotaMetadata) ProtoReflect() protoreflect.Message

func (*BotQuotaMetadata) Reset

func (x *BotQuotaMetadata) Reset()

func (*BotQuotaMetadata) String

func (x *BotQuotaMetadata) String() string

type BotQuotaMetadata_BotFeatureQuotaMetadata

type BotQuotaMetadata_BotFeatureQuotaMetadata struct {
	FeatureType         *BotQuotaMetadata_BotFeatureQuotaMetadata_BotFeatureType `` /* 144-byte string literal not displayed */
	RemainingQuota      *uint32                                                  `protobuf:"varint,2,opt,name=remainingQuota" json:"remainingQuota,omitempty"`
	ExpirationTimestamp *uint64                                                  `protobuf:"varint,3,opt,name=expirationTimestamp" json:"expirationTimestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*BotQuotaMetadata_BotFeatureQuotaMetadata) Descriptor deprecated

func (*BotQuotaMetadata_BotFeatureQuotaMetadata) Descriptor() ([]byte, []int)

Deprecated: Use BotQuotaMetadata_BotFeatureQuotaMetadata.ProtoReflect.Descriptor instead.

func (*BotQuotaMetadata_BotFeatureQuotaMetadata) GetExpirationTimestamp

func (x *BotQuotaMetadata_BotFeatureQuotaMetadata) GetExpirationTimestamp() uint64

func (*BotQuotaMetadata_BotFeatureQuotaMetadata) GetFeatureType

func (*BotQuotaMetadata_BotFeatureQuotaMetadata) GetRemainingQuota

func (x *BotQuotaMetadata_BotFeatureQuotaMetadata) GetRemainingQuota() uint32

func (*BotQuotaMetadata_BotFeatureQuotaMetadata) ProtoMessage

func (*BotQuotaMetadata_BotFeatureQuotaMetadata) ProtoReflect

func (*BotQuotaMetadata_BotFeatureQuotaMetadata) Reset

func (*BotQuotaMetadata_BotFeatureQuotaMetadata) String

type BotQuotaMetadata_BotFeatureQuotaMetadata_BotFeatureType

type BotQuotaMetadata_BotFeatureQuotaMetadata_BotFeatureType int32
const (
	BotQuotaMetadata_BotFeatureQuotaMetadata_UNKNOWN_FEATURE   BotQuotaMetadata_BotFeatureQuotaMetadata_BotFeatureType = 0
	BotQuotaMetadata_BotFeatureQuotaMetadata_REASONING_FEATURE BotQuotaMetadata_BotFeatureQuotaMetadata_BotFeatureType = 1
)

func (BotQuotaMetadata_BotFeatureQuotaMetadata_BotFeatureType) Descriptor

func (BotQuotaMetadata_BotFeatureQuotaMetadata_BotFeatureType) Enum

func (BotQuotaMetadata_BotFeatureQuotaMetadata_BotFeatureType) EnumDescriptor deprecated

Deprecated: Use BotQuotaMetadata_BotFeatureQuotaMetadata_BotFeatureType.Descriptor instead.

func (BotQuotaMetadata_BotFeatureQuotaMetadata_BotFeatureType) Number

func (BotQuotaMetadata_BotFeatureQuotaMetadata_BotFeatureType) String

func (BotQuotaMetadata_BotFeatureQuotaMetadata_BotFeatureType) Type

func (*BotQuotaMetadata_BotFeatureQuotaMetadata_BotFeatureType) UnmarshalJSON deprecated

Deprecated: Do not use.

type BotReminderMetadata

type BotReminderMetadata struct {
	RequestMessageKey    *waCommon.MessageKey                   `protobuf:"bytes,1,opt,name=requestMessageKey" json:"requestMessageKey,omitempty"`
	Action               *BotReminderMetadata_ReminderAction    `protobuf:"varint,2,opt,name=action,enum=WABotMetadata.BotReminderMetadata_ReminderAction" json:"action,omitempty"`
	Name                 *string                                `protobuf:"bytes,3,opt,name=name" json:"name,omitempty"`
	NextTriggerTimestamp *uint64                                `protobuf:"varint,4,opt,name=nextTriggerTimestamp" json:"nextTriggerTimestamp,omitempty"`
	Frequency            *BotReminderMetadata_ReminderFrequency `protobuf:"varint,5,opt,name=frequency,enum=WABotMetadata.BotReminderMetadata_ReminderFrequency" json:"frequency,omitempty"`
	// contains filtered or unexported fields
}

func (*BotReminderMetadata) Descriptor deprecated

func (*BotReminderMetadata) Descriptor() ([]byte, []int)

Deprecated: Use BotReminderMetadata.ProtoReflect.Descriptor instead.

func (*BotReminderMetadata) GetAction

func (*BotReminderMetadata) GetFrequency

func (*BotReminderMetadata) GetName

func (x *BotReminderMetadata) GetName() string

func (*BotReminderMetadata) GetNextTriggerTimestamp

func (x *BotReminderMetadata) GetNextTriggerTimestamp() uint64

func (*BotReminderMetadata) GetRequestMessageKey

func (x *BotReminderMetadata) GetRequestMessageKey() *waCommon.MessageKey

func (*BotReminderMetadata) ProtoMessage

func (*BotReminderMetadata) ProtoMessage()

func (*BotReminderMetadata) ProtoReflect

func (x *BotReminderMetadata) ProtoReflect() protoreflect.Message

func (*BotReminderMetadata) Reset

func (x *BotReminderMetadata) Reset()

func (*BotReminderMetadata) String

func (x *BotReminderMetadata) String() string

type BotReminderMetadata_ReminderAction

type BotReminderMetadata_ReminderAction int32
const (
	BotReminderMetadata_NOTIFY BotReminderMetadata_ReminderAction = 1
	BotReminderMetadata_CREATE BotReminderMetadata_ReminderAction = 2
	BotReminderMetadata_DELETE BotReminderMetadata_ReminderAction = 3
	BotReminderMetadata_UPDATE BotReminderMetadata_ReminderAction = 4
)

func (BotReminderMetadata_ReminderAction) Descriptor

func (BotReminderMetadata_ReminderAction) Enum

func (BotReminderMetadata_ReminderAction) EnumDescriptor deprecated

func (BotReminderMetadata_ReminderAction) EnumDescriptor() ([]byte, []int)

Deprecated: Use BotReminderMetadata_ReminderAction.Descriptor instead.

func (BotReminderMetadata_ReminderAction) Number

func (BotReminderMetadata_ReminderAction) String

func (BotReminderMetadata_ReminderAction) Type

func (*BotReminderMetadata_ReminderAction) UnmarshalJSON deprecated

func (x *BotReminderMetadata_ReminderAction) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type BotReminderMetadata_ReminderFrequency

type BotReminderMetadata_ReminderFrequency int32
const (
	BotReminderMetadata_ONCE     BotReminderMetadata_ReminderFrequency = 1
	BotReminderMetadata_DAILY    BotReminderMetadata_ReminderFrequency = 2
	BotReminderMetadata_WEEKLY   BotReminderMetadata_ReminderFrequency = 3
	BotReminderMetadata_BIWEEKLY BotReminderMetadata_ReminderFrequency = 4
	BotReminderMetadata_MONTHLY  BotReminderMetadata_ReminderFrequency = 5
)

func (BotReminderMetadata_ReminderFrequency) Descriptor

func (BotReminderMetadata_ReminderFrequency) Enum

func (BotReminderMetadata_ReminderFrequency) EnumDescriptor deprecated

func (BotReminderMetadata_ReminderFrequency) EnumDescriptor() ([]byte, []int)

Deprecated: Use BotReminderMetadata_ReminderFrequency.Descriptor instead.

func (BotReminderMetadata_ReminderFrequency) Number

func (BotReminderMetadata_ReminderFrequency) String

func (BotReminderMetadata_ReminderFrequency) Type

func (*BotReminderMetadata_ReminderFrequency) UnmarshalJSON deprecated

func (x *BotReminderMetadata_ReminderFrequency) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type BotRenderingMetadata

type BotRenderingMetadata struct {
	Keywords []*BotRenderingMetadata_Keyword `protobuf:"bytes,1,rep,name=keywords" json:"keywords,omitempty"`
	// contains filtered or unexported fields
}

func (*BotRenderingMetadata) Descriptor deprecated

func (*BotRenderingMetadata) Descriptor() ([]byte, []int)

Deprecated: Use BotRenderingMetadata.ProtoReflect.Descriptor instead.

func (*BotRenderingMetadata) GetKeywords

func (*BotRenderingMetadata) ProtoMessage

func (*BotRenderingMetadata) ProtoMessage()

func (*BotRenderingMetadata) ProtoReflect

func (x *BotRenderingMetadata) ProtoReflect() protoreflect.Message

func (*BotRenderingMetadata) Reset

func (x *BotRenderingMetadata) Reset()

func (*BotRenderingMetadata) String

func (x *BotRenderingMetadata) String() string

type BotRenderingMetadata_Keyword

type BotRenderingMetadata_Keyword struct {
	Value             *string  `protobuf:"bytes,1,opt,name=value" json:"value,omitempty"`
	AssociatedPrompts []string `protobuf:"bytes,2,rep,name=associatedPrompts" json:"associatedPrompts,omitempty"`
	// contains filtered or unexported fields
}

func (*BotRenderingMetadata_Keyword) Descriptor deprecated

func (*BotRenderingMetadata_Keyword) Descriptor() ([]byte, []int)

Deprecated: Use BotRenderingMetadata_Keyword.ProtoReflect.Descriptor instead.

func (*BotRenderingMetadata_Keyword) GetAssociatedPrompts

func (x *BotRenderingMetadata_Keyword) GetAssociatedPrompts() []string

func (*BotRenderingMetadata_Keyword) GetValue

func (x *BotRenderingMetadata_Keyword) GetValue() string

func (*BotRenderingMetadata_Keyword) ProtoMessage

func (*BotRenderingMetadata_Keyword) ProtoMessage()

func (*BotRenderingMetadata_Keyword) ProtoReflect

func (*BotRenderingMetadata_Keyword) Reset

func (x *BotRenderingMetadata_Keyword) Reset()

func (*BotRenderingMetadata_Keyword) String

type BotSessionMetadata

type BotSessionMetadata struct {
	SessionID     *string           `protobuf:"bytes,1,opt,name=sessionID" json:"sessionID,omitempty"`
	SessionSource *BotSessionSource `protobuf:"varint,2,opt,name=sessionSource,enum=WABotMetadata.BotSessionSource" json:"sessionSource,omitempty"`
	// contains filtered or unexported fields
}

func (*BotSessionMetadata) Descriptor deprecated

func (*BotSessionMetadata) Descriptor() ([]byte, []int)

Deprecated: Use BotSessionMetadata.ProtoReflect.Descriptor instead.

func (*BotSessionMetadata) GetSessionID

func (x *BotSessionMetadata) GetSessionID() string

func (*BotSessionMetadata) GetSessionSource

func (x *BotSessionMetadata) GetSessionSource() BotSessionSource

func (*BotSessionMetadata) ProtoMessage

func (*BotSessionMetadata) ProtoMessage()

func (*BotSessionMetadata) ProtoReflect

func (x *BotSessionMetadata) ProtoReflect() protoreflect.Message

func (*BotSessionMetadata) Reset

func (x *BotSessionMetadata) Reset()

func (*BotSessionMetadata) String

func (x *BotSessionMetadata) String() string

type BotSessionSource

type BotSessionSource int32
const (
	BotSessionSource_NONE               BotSessionSource = 0
	BotSessionSource_NULL_STATE         BotSessionSource = 1
	BotSessionSource_TYPEAHEAD          BotSessionSource = 2
	BotSessionSource_USER_INPUT         BotSessionSource = 3
	BotSessionSource_EMU_FLASH          BotSessionSource = 4
	BotSessionSource_EMU_FLASH_FOLLOWUP BotSessionSource = 5
	BotSessionSource_VOICE              BotSessionSource = 6
)

func (BotSessionSource) Descriptor

func (BotSessionSource) Enum

func (BotSessionSource) EnumDescriptor deprecated

func (BotSessionSource) EnumDescriptor() ([]byte, []int)

Deprecated: Use BotSessionSource.Descriptor instead.

func (BotSessionSource) Number

func (BotSessionSource) String

func (x BotSessionSource) String() string

func (BotSessionSource) Type

func (*BotSessionSource) UnmarshalJSON deprecated

func (x *BotSessionSource) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type BotSignatureVerificationMetadata

type BotSignatureVerificationMetadata struct {
	Proofs []*BotSignatureVerificationUseCaseProof `protobuf:"bytes,1,rep,name=proofs" json:"proofs,omitempty"`
	// contains filtered or unexported fields
}

func (*BotSignatureVerificationMetadata) Descriptor deprecated

func (*BotSignatureVerificationMetadata) Descriptor() ([]byte, []int)

Deprecated: Use BotSignatureVerificationMetadata.ProtoReflect.Descriptor instead.

func (*BotSignatureVerificationMetadata) GetProofs

func (*BotSignatureVerificationMetadata) ProtoMessage

func (*BotSignatureVerificationMetadata) ProtoMessage()

func (*BotSignatureVerificationMetadata) ProtoReflect

func (*BotSignatureVerificationMetadata) Reset

func (*BotSignatureVerificationMetadata) String

type BotSignatureVerificationUseCaseProof

type BotSignatureVerificationUseCaseProof struct {
	Version          *int32                                                    `protobuf:"varint,1,opt,name=version" json:"version,omitempty"`
	UseCase          *BotSignatureVerificationUseCaseProof_BotSignatureUseCase `` /* 137-byte string literal not displayed */
	Signature        []byte                                                    `protobuf:"bytes,3,opt,name=signature" json:"signature,omitempty"`
	CertificateChain []byte                                                    `protobuf:"bytes,4,opt,name=certificateChain" json:"certificateChain,omitempty"`
	// contains filtered or unexported fields
}

func (*BotSignatureVerificationUseCaseProof) Descriptor deprecated

func (*BotSignatureVerificationUseCaseProof) Descriptor() ([]byte, []int)

Deprecated: Use BotSignatureVerificationUseCaseProof.ProtoReflect.Descriptor instead.

func (*BotSignatureVerificationUseCaseProof) GetCertificateChain

func (x *BotSignatureVerificationUseCaseProof) GetCertificateChain() []byte

func (*BotSignatureVerificationUseCaseProof) GetSignature

func (x *BotSignatureVerificationUseCaseProof) GetSignature() []byte

func (*BotSignatureVerificationUseCaseProof) GetUseCase

func (*BotSignatureVerificationUseCaseProof) GetVersion

func (*BotSignatureVerificationUseCaseProof) ProtoMessage

func (*BotSignatureVerificationUseCaseProof) ProtoMessage()

func (*BotSignatureVerificationUseCaseProof) ProtoReflect

func (*BotSignatureVerificationUseCaseProof) Reset

func (*BotSignatureVerificationUseCaseProof) String

type BotSignatureVerificationUseCaseProof_BotSignatureUseCase

type BotSignatureVerificationUseCaseProof_BotSignatureUseCase int32
const (
	BotSignatureVerificationUseCaseProof_WA_BOT_MSG BotSignatureVerificationUseCaseProof_BotSignatureUseCase = 0
)

func (BotSignatureVerificationUseCaseProof_BotSignatureUseCase) Descriptor

func (BotSignatureVerificationUseCaseProof_BotSignatureUseCase) Enum

func (BotSignatureVerificationUseCaseProof_BotSignatureUseCase) EnumDescriptor deprecated

Deprecated: Use BotSignatureVerificationUseCaseProof_BotSignatureUseCase.Descriptor instead.

func (BotSignatureVerificationUseCaseProof_BotSignatureUseCase) Number

func (BotSignatureVerificationUseCaseProof_BotSignatureUseCase) String

func (BotSignatureVerificationUseCaseProof_BotSignatureUseCase) Type

func (*BotSignatureVerificationUseCaseProof_BotSignatureUseCase) UnmarshalJSON deprecated

Deprecated: Do not use.

type BotSourcesMetadata

type BotSourcesMetadata struct {
	Sources []*BotSourcesMetadata_BotSourceItem `protobuf:"bytes,1,rep,name=sources" json:"sources,omitempty"`
	// contains filtered or unexported fields
}

func (*BotSourcesMetadata) Descriptor deprecated

func (*BotSourcesMetadata) Descriptor() ([]byte, []int)

Deprecated: Use BotSourcesMetadata.ProtoReflect.Descriptor instead.

func (*BotSourcesMetadata) GetSources

func (*BotSourcesMetadata) ProtoMessage

func (*BotSourcesMetadata) ProtoMessage()

func (*BotSourcesMetadata) ProtoReflect

func (x *BotSourcesMetadata) ProtoReflect() protoreflect.Message

func (*BotSourcesMetadata) Reset

func (x *BotSourcesMetadata) Reset()

func (*BotSourcesMetadata) String

func (x *BotSourcesMetadata) String() string

type BotSourcesMetadata_BotSourceItem

type BotSourcesMetadata_BotSourceItem struct {
	Provider          *BotSourcesMetadata_BotSourceItem_SourceProvider `` /* 130-byte string literal not displayed */
	ThumbnailCDNURL   *string                                          `protobuf:"bytes,2,opt,name=thumbnailCDNURL" json:"thumbnailCDNURL,omitempty"`
	SourceProviderURL *string                                          `protobuf:"bytes,3,opt,name=sourceProviderURL" json:"sourceProviderURL,omitempty"`
	SourceQuery       *string                                          `protobuf:"bytes,4,opt,name=sourceQuery" json:"sourceQuery,omitempty"`
	FaviconCDNURL     *string                                          `protobuf:"bytes,5,opt,name=faviconCDNURL" json:"faviconCDNURL,omitempty"`
	CitationNumber    *uint32                                          `protobuf:"varint,6,opt,name=citationNumber" json:"citationNumber,omitempty"`
	SourceTitle       *string                                          `protobuf:"bytes,7,opt,name=sourceTitle" json:"sourceTitle,omitempty"`
	// contains filtered or unexported fields
}

func (*BotSourcesMetadata_BotSourceItem) Descriptor deprecated

func (*BotSourcesMetadata_BotSourceItem) Descriptor() ([]byte, []int)

Deprecated: Use BotSourcesMetadata_BotSourceItem.ProtoReflect.Descriptor instead.

func (*BotSourcesMetadata_BotSourceItem) GetCitationNumber

func (x *BotSourcesMetadata_BotSourceItem) GetCitationNumber() uint32

func (*BotSourcesMetadata_BotSourceItem) GetFaviconCDNURL

func (x *BotSourcesMetadata_BotSourceItem) GetFaviconCDNURL() string

func (*BotSourcesMetadata_BotSourceItem) GetProvider

func (*BotSourcesMetadata_BotSourceItem) GetSourceProviderURL

func (x *BotSourcesMetadata_BotSourceItem) GetSourceProviderURL() string

func (*BotSourcesMetadata_BotSourceItem) GetSourceQuery

func (x *BotSourcesMetadata_BotSourceItem) GetSourceQuery() string

func (*BotSourcesMetadata_BotSourceItem) GetSourceTitle

func (x *BotSourcesMetadata_BotSourceItem) GetSourceTitle() string

func (*BotSourcesMetadata_BotSourceItem) GetThumbnailCDNURL

func (x *BotSourcesMetadata_BotSourceItem) GetThumbnailCDNURL() string

func (*BotSourcesMetadata_BotSourceItem) ProtoMessage

func (*BotSourcesMetadata_BotSourceItem) ProtoMessage()

func (*BotSourcesMetadata_BotSourceItem) ProtoReflect

func (*BotSourcesMetadata_BotSourceItem) Reset

func (*BotSourcesMetadata_BotSourceItem) String

type BotSourcesMetadata_BotSourceItem_SourceProvider

type BotSourcesMetadata_BotSourceItem_SourceProvider int32
const (
	BotSourcesMetadata_BotSourceItem_UNKNOWN BotSourcesMetadata_BotSourceItem_SourceProvider = 0
	BotSourcesMetadata_BotSourceItem_BING    BotSourcesMetadata_BotSourceItem_SourceProvider = 1
	BotSourcesMetadata_BotSourceItem_GOOGLE  BotSourcesMetadata_BotSourceItem_SourceProvider = 2
	BotSourcesMetadata_BotSourceItem_SUPPORT BotSourcesMetadata_BotSourceItem_SourceProvider = 3
	BotSourcesMetadata_BotSourceItem_OTHER   BotSourcesMetadata_BotSourceItem_SourceProvider = 4
)

func (BotSourcesMetadata_BotSourceItem_SourceProvider) Descriptor

func (BotSourcesMetadata_BotSourceItem_SourceProvider) Enum

func (BotSourcesMetadata_BotSourceItem_SourceProvider) EnumDescriptor deprecated

Deprecated: Use BotSourcesMetadata_BotSourceItem_SourceProvider.Descriptor instead.

func (BotSourcesMetadata_BotSourceItem_SourceProvider) Number

func (BotSourcesMetadata_BotSourceItem_SourceProvider) String

func (BotSourcesMetadata_BotSourceItem_SourceProvider) Type

func (*BotSourcesMetadata_BotSourceItem_SourceProvider) UnmarshalJSON deprecated

Deprecated: Do not use.

type BotSuggestedPromptMetadata

type BotSuggestedPromptMetadata struct {
	SuggestedPrompts    []string              `protobuf:"bytes,1,rep,name=suggestedPrompts" json:"suggestedPrompts,omitempty"`
	SelectedPromptIndex *uint32               `protobuf:"varint,2,opt,name=selectedPromptIndex" json:"selectedPromptIndex,omitempty"`
	PromptSuggestions   *BotPromptSuggestions `protobuf:"bytes,3,opt,name=promptSuggestions" json:"promptSuggestions,omitempty"`
	SelectedPromptID    *string               `protobuf:"bytes,4,opt,name=selectedPromptID" json:"selectedPromptID,omitempty"`
	// contains filtered or unexported fields
}

func (*BotSuggestedPromptMetadata) Descriptor deprecated

func (*BotSuggestedPromptMetadata) Descriptor() ([]byte, []int)

Deprecated: Use BotSuggestedPromptMetadata.ProtoReflect.Descriptor instead.

func (*BotSuggestedPromptMetadata) GetPromptSuggestions

func (x *BotSuggestedPromptMetadata) GetPromptSuggestions() *BotPromptSuggestions

func (*BotSuggestedPromptMetadata) GetSelectedPromptID

func (x *BotSuggestedPromptMetadata) GetSelectedPromptID() string

func (*BotSuggestedPromptMetadata) GetSelectedPromptIndex

func (x *BotSuggestedPromptMetadata) GetSelectedPromptIndex() uint32

func (*BotSuggestedPromptMetadata) GetSuggestedPrompts

func (x *BotSuggestedPromptMetadata) GetSuggestedPrompts() []string

func (*BotSuggestedPromptMetadata) ProtoMessage

func (*BotSuggestedPromptMetadata) ProtoMessage()

func (*BotSuggestedPromptMetadata) ProtoReflect

func (*BotSuggestedPromptMetadata) Reset

func (x *BotSuggestedPromptMetadata) Reset()

func (*BotSuggestedPromptMetadata) String

func (x *BotSuggestedPromptMetadata) String() string

type BotUnifiedResponseMutation

type BotUnifiedResponseMutation struct {
	SbsMetadata              *BotUnifiedResponseMutation_SideBySideMetadata     `protobuf:"bytes,1,opt,name=sbsMetadata" json:"sbsMetadata,omitempty"`
	MediaDetailsMetadataList []*BotUnifiedResponseMutation_MediaDetailsMetadata `protobuf:"bytes,2,rep,name=mediaDetailsMetadataList" json:"mediaDetailsMetadataList,omitempty"`
	// contains filtered or unexported fields
}

func (*BotUnifiedResponseMutation) Descriptor deprecated

func (*BotUnifiedResponseMutation) Descriptor() ([]byte, []int)

Deprecated: Use BotUnifiedResponseMutation.ProtoReflect.Descriptor instead.

func (*BotUnifiedResponseMutation) GetMediaDetailsMetadataList

func (*BotUnifiedResponseMutation) GetSbsMetadata

func (*BotUnifiedResponseMutation) ProtoMessage

func (*BotUnifiedResponseMutation) ProtoMessage()

func (*BotUnifiedResponseMutation) ProtoReflect

func (*BotUnifiedResponseMutation) Reset

func (x *BotUnifiedResponseMutation) Reset()

func (*BotUnifiedResponseMutation) String

func (x *BotUnifiedResponseMutation) String() string

type BotUnifiedResponseMutation_MediaDetailsMetadata

type BotUnifiedResponseMutation_MediaDetailsMetadata struct {
	ID           *string           `protobuf:"bytes,1,opt,name=ID" json:"ID,omitempty"`
	HighResMedia *BotMediaMetadata `protobuf:"bytes,2,opt,name=highResMedia" json:"highResMedia,omitempty"`
	PreviewMedia *BotMediaMetadata `protobuf:"bytes,3,opt,name=previewMedia" json:"previewMedia,omitempty"`
	// contains filtered or unexported fields
}

func (*BotUnifiedResponseMutation_MediaDetailsMetadata) Descriptor deprecated

Deprecated: Use BotUnifiedResponseMutation_MediaDetailsMetadata.ProtoReflect.Descriptor instead.

func (*BotUnifiedResponseMutation_MediaDetailsMetadata) GetHighResMedia

func (*BotUnifiedResponseMutation_MediaDetailsMetadata) GetID

func (*BotUnifiedResponseMutation_MediaDetailsMetadata) GetPreviewMedia

func (*BotUnifiedResponseMutation_MediaDetailsMetadata) ProtoMessage

func (*BotUnifiedResponseMutation_MediaDetailsMetadata) ProtoReflect

func (*BotUnifiedResponseMutation_MediaDetailsMetadata) Reset

func (*BotUnifiedResponseMutation_MediaDetailsMetadata) String

type BotUnifiedResponseMutation_SideBySideMetadata

type BotUnifiedResponseMutation_SideBySideMetadata struct {
	PrimaryResponseID *string `protobuf:"bytes,1,opt,name=primaryResponseID" json:"primaryResponseID,omitempty"`
	// contains filtered or unexported fields
}

func (*BotUnifiedResponseMutation_SideBySideMetadata) Descriptor deprecated

Deprecated: Use BotUnifiedResponseMutation_SideBySideMetadata.ProtoReflect.Descriptor instead.

func (*BotUnifiedResponseMutation_SideBySideMetadata) GetPrimaryResponseID

func (x *BotUnifiedResponseMutation_SideBySideMetadata) GetPrimaryResponseID() string

func (*BotUnifiedResponseMutation_SideBySideMetadata) ProtoMessage

func (*BotUnifiedResponseMutation_SideBySideMetadata) ProtoReflect

func (*BotUnifiedResponseMutation_SideBySideMetadata) Reset

func (*BotUnifiedResponseMutation_SideBySideMetadata) String

type InThreadSurveyMetadata

type InThreadSurveyMetadata struct {
	TessaSessionID           *string                                                      `protobuf:"bytes,1,opt,name=tessaSessionID" json:"tessaSessionID,omitempty"`
	SimonSessionID           *string                                                      `protobuf:"bytes,2,opt,name=simonSessionID" json:"simonSessionID,omitempty"`
	SimonSurveyID            *string                                                      `protobuf:"bytes,3,opt,name=simonSurveyID" json:"simonSurveyID,omitempty"`
	TessaRootID              *string                                                      `protobuf:"bytes,4,opt,name=tessaRootID" json:"tessaRootID,omitempty"`
	RequestID                *string                                                      `protobuf:"bytes,5,opt,name=requestID" json:"requestID,omitempty"`
	TessaEvent               *string                                                      `protobuf:"bytes,6,opt,name=tessaEvent" json:"tessaEvent,omitempty"`
	InvitationHeaderText     *string                                                      `protobuf:"bytes,7,opt,name=invitationHeaderText" json:"invitationHeaderText,omitempty"`
	InvitationBodyText       *string                                                      `protobuf:"bytes,8,opt,name=invitationBodyText" json:"invitationBodyText,omitempty"`
	InvitationCtaText        *string                                                      `protobuf:"bytes,9,opt,name=invitationCtaText" json:"invitationCtaText,omitempty"`
	InvitationCtaURL         *string                                                      `protobuf:"bytes,10,opt,name=invitationCtaURL" json:"invitationCtaURL,omitempty"`
	SurveyTitle              *string                                                      `protobuf:"bytes,11,opt,name=surveyTitle" json:"surveyTitle,omitempty"`
	Questions                []*InThreadSurveyMetadata_InThreadSurveyQuestion             `protobuf:"bytes,12,rep,name=questions" json:"questions,omitempty"`
	SurveyContinueButtonText *string                                                      `protobuf:"bytes,13,opt,name=surveyContinueButtonText" json:"surveyContinueButtonText,omitempty"`
	SurveySubmitButtonText   *string                                                      `protobuf:"bytes,14,opt,name=surveySubmitButtonText" json:"surveySubmitButtonText,omitempty"`
	PrivacyStatementFull     *string                                                      `protobuf:"bytes,15,opt,name=privacyStatementFull" json:"privacyStatementFull,omitempty"`
	PrivacyStatementParts    []*InThreadSurveyMetadata_InThreadSurveyPrivacyStatementPart `protobuf:"bytes,16,rep,name=privacyStatementParts" json:"privacyStatementParts,omitempty"`
	FeedbackToastText        *string                                                      `protobuf:"bytes,17,opt,name=feedbackToastText" json:"feedbackToastText,omitempty"`
	// contains filtered or unexported fields
}

func (*InThreadSurveyMetadata) Descriptor deprecated

func (*InThreadSurveyMetadata) Descriptor() ([]byte, []int)

Deprecated: Use InThreadSurveyMetadata.ProtoReflect.Descriptor instead.

func (*InThreadSurveyMetadata) GetFeedbackToastText

func (x *InThreadSurveyMetadata) GetFeedbackToastText() string

func (*InThreadSurveyMetadata) GetInvitationBodyText

func (x *InThreadSurveyMetadata) GetInvitationBodyText() string

func (*InThreadSurveyMetadata) GetInvitationCtaText

func (x *InThreadSurveyMetadata) GetInvitationCtaText() string

func (*InThreadSurveyMetadata) GetInvitationCtaURL

func (x *InThreadSurveyMetadata) GetInvitationCtaURL() string

func (*InThreadSurveyMetadata) GetInvitationHeaderText

func (x *InThreadSurveyMetadata) GetInvitationHeaderText() string

func (*InThreadSurveyMetadata) GetPrivacyStatementFull

func (x *InThreadSurveyMetadata) GetPrivacyStatementFull() string

func (*InThreadSurveyMetadata) GetPrivacyStatementParts

func (*InThreadSurveyMetadata) GetQuestions

func (*InThreadSurveyMetadata) GetRequestID

func (x *InThreadSurveyMetadata) GetRequestID() string

func (*InThreadSurveyMetadata) GetSimonSessionID

func (x *InThreadSurveyMetadata) GetSimonSessionID() string

func (*InThreadSurveyMetadata) GetSimonSurveyID

func (x *InThreadSurveyMetadata) GetSimonSurveyID() string

func (*InThreadSurveyMetadata) GetSurveyContinueButtonText

func (x *InThreadSurveyMetadata) GetSurveyContinueButtonText() string

func (*InThreadSurveyMetadata) GetSurveySubmitButtonText

func (x *InThreadSurveyMetadata) GetSurveySubmitButtonText() string

func (*InThreadSurveyMetadata) GetSurveyTitle

func (x *InThreadSurveyMetadata) GetSurveyTitle() string

func (*InThreadSurveyMetadata) GetTessaEvent

func (x *InThreadSurveyMetadata) GetTessaEvent() string

func (*InThreadSurveyMetadata) GetTessaRootID

func (x *InThreadSurveyMetadata) GetTessaRootID() string

func (*InThreadSurveyMetadata) GetTessaSessionID

func (x *InThreadSurveyMetadata) GetTessaSessionID() string

func (*InThreadSurveyMetadata) ProtoMessage

func (*InThreadSurveyMetadata) ProtoMessage()

func (*InThreadSurveyMetadata) ProtoReflect

func (x *InThreadSurveyMetadata) ProtoReflect() protoreflect.Message

func (*InThreadSurveyMetadata) Reset

func (x *InThreadSurveyMetadata) Reset()

func (*InThreadSurveyMetadata) String

func (x *InThreadSurveyMetadata) String() string

type InThreadSurveyMetadata_InThreadSurveyOption

type InThreadSurveyMetadata_InThreadSurveyOption struct {
	StringValue    *string `protobuf:"bytes,1,opt,name=stringValue" json:"stringValue,omitempty"`
	NumericValue   *uint32 `protobuf:"varint,2,opt,name=numericValue" json:"numericValue,omitempty"`
	TextTranslated *string `protobuf:"bytes,3,opt,name=textTranslated" json:"textTranslated,omitempty"`
	// contains filtered or unexported fields
}

func (*InThreadSurveyMetadata_InThreadSurveyOption) Descriptor deprecated

Deprecated: Use InThreadSurveyMetadata_InThreadSurveyOption.ProtoReflect.Descriptor instead.

func (*InThreadSurveyMetadata_InThreadSurveyOption) GetNumericValue

func (*InThreadSurveyMetadata_InThreadSurveyOption) GetStringValue

func (*InThreadSurveyMetadata_InThreadSurveyOption) GetTextTranslated

func (x *InThreadSurveyMetadata_InThreadSurveyOption) GetTextTranslated() string

func (*InThreadSurveyMetadata_InThreadSurveyOption) ProtoMessage

func (*InThreadSurveyMetadata_InThreadSurveyOption) ProtoReflect

func (*InThreadSurveyMetadata_InThreadSurveyOption) Reset

func (*InThreadSurveyMetadata_InThreadSurveyOption) String

type InThreadSurveyMetadata_InThreadSurveyPrivacyStatementPart

type InThreadSurveyMetadata_InThreadSurveyPrivacyStatementPart struct {
	Text *string `protobuf:"bytes,1,opt,name=text" json:"text,omitempty"`
	URL  *string `protobuf:"bytes,2,opt,name=URL" json:"URL,omitempty"`
	// contains filtered or unexported fields
}

func (*InThreadSurveyMetadata_InThreadSurveyPrivacyStatementPart) Descriptor deprecated

Deprecated: Use InThreadSurveyMetadata_InThreadSurveyPrivacyStatementPart.ProtoReflect.Descriptor instead.

func (*InThreadSurveyMetadata_InThreadSurveyPrivacyStatementPart) GetText

func (*InThreadSurveyMetadata_InThreadSurveyPrivacyStatementPart) GetURL

func (*InThreadSurveyMetadata_InThreadSurveyPrivacyStatementPart) ProtoMessage

func (*InThreadSurveyMetadata_InThreadSurveyPrivacyStatementPart) ProtoReflect

func (*InThreadSurveyMetadata_InThreadSurveyPrivacyStatementPart) Reset

func (*InThreadSurveyMetadata_InThreadSurveyPrivacyStatementPart) String

type InThreadSurveyMetadata_InThreadSurveyQuestion

type InThreadSurveyMetadata_InThreadSurveyQuestion struct {
	QuestionText    *string                                        `protobuf:"bytes,1,opt,name=questionText" json:"questionText,omitempty"`
	QuestionID      *string                                        `protobuf:"bytes,2,opt,name=questionID" json:"questionID,omitempty"`
	QuestionOptions []*InThreadSurveyMetadata_InThreadSurveyOption `protobuf:"bytes,3,rep,name=questionOptions" json:"questionOptions,omitempty"`
	// contains filtered or unexported fields
}

func (*InThreadSurveyMetadata_InThreadSurveyQuestion) Descriptor deprecated

Deprecated: Use InThreadSurveyMetadata_InThreadSurveyQuestion.ProtoReflect.Descriptor instead.

func (*InThreadSurveyMetadata_InThreadSurveyQuestion) GetQuestionID

func (*InThreadSurveyMetadata_InThreadSurveyQuestion) GetQuestionOptions

func (*InThreadSurveyMetadata_InThreadSurveyQuestion) GetQuestionText

func (*InThreadSurveyMetadata_InThreadSurveyQuestion) ProtoMessage

func (*InThreadSurveyMetadata_InThreadSurveyQuestion) ProtoReflect

func (*InThreadSurveyMetadata_InThreadSurveyQuestion) Reset

func (*InThreadSurveyMetadata_InThreadSurveyQuestion) String

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL