blob: d757e0f878c2ad1557b69678d68921f944a0a3d4 [file] [log] [blame]
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: google/cloud/dialogflow/v2/intent.proto
package dialogflow
import (
context "context"
fmt "fmt"
math "math"
proto "github.com/golang/protobuf/proto"
_ "github.com/golang/protobuf/ptypes/duration"
empty "github.com/golang/protobuf/ptypes/empty"
_struct "github.com/golang/protobuf/ptypes/struct"
_ "google.golang.org/genproto/googleapis/api/annotations"
longrunning "google.golang.org/genproto/googleapis/longrunning"
field_mask "google.golang.org/genproto/protobuf/field_mask"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
)
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
// Represents the options for views of an intent.
// An intent can be a sizable object. Therefore, we provide a resource view that
// does not return training phrases in the response by default.
type IntentView int32
const (
// Training phrases field is not populated in the response.
IntentView_INTENT_VIEW_UNSPECIFIED IntentView = 0
// All fields are populated.
IntentView_INTENT_VIEW_FULL IntentView = 1
)
var IntentView_name = map[int32]string{
0: "INTENT_VIEW_UNSPECIFIED",
1: "INTENT_VIEW_FULL",
}
var IntentView_value = map[string]int32{
"INTENT_VIEW_UNSPECIFIED": 0,
"INTENT_VIEW_FULL": 1,
}
func (x IntentView) String() string {
return proto.EnumName(IntentView_name, int32(x))
}
func (IntentView) EnumDescriptor() ([]byte, []int) {
return fileDescriptor_6c20e31044d743bd, []int{0}
}
// Represents the different states that webhooks can be in.
type Intent_WebhookState int32
const (
// Webhook is disabled in the agent and in the intent.
Intent_WEBHOOK_STATE_UNSPECIFIED Intent_WebhookState = 0
// Webhook is enabled in the agent and in the intent.
Intent_WEBHOOK_STATE_ENABLED Intent_WebhookState = 1
// Webhook is enabled in the agent and in the intent. Also, each slot
// filling prompt is forwarded to the webhook.
Intent_WEBHOOK_STATE_ENABLED_FOR_SLOT_FILLING Intent_WebhookState = 2
)
var Intent_WebhookState_name = map[int32]string{
0: "WEBHOOK_STATE_UNSPECIFIED",
1: "WEBHOOK_STATE_ENABLED",
2: "WEBHOOK_STATE_ENABLED_FOR_SLOT_FILLING",
}
var Intent_WebhookState_value = map[string]int32{
"WEBHOOK_STATE_UNSPECIFIED": 0,
"WEBHOOK_STATE_ENABLED": 1,
"WEBHOOK_STATE_ENABLED_FOR_SLOT_FILLING": 2,
}
func (x Intent_WebhookState) String() string {
return proto.EnumName(Intent_WebhookState_name, int32(x))
}
func (Intent_WebhookState) EnumDescriptor() ([]byte, []int) {
return fileDescriptor_6c20e31044d743bd, []int{0, 0}
}
// Represents different types of training phrases.
type Intent_TrainingPhrase_Type int32
const (
// Not specified. This value should never be used.
Intent_TrainingPhrase_TYPE_UNSPECIFIED Intent_TrainingPhrase_Type = 0
// Examples do not contain @-prefixed entity type names, but example parts
// can be annotated with entity types.
Intent_TrainingPhrase_EXAMPLE Intent_TrainingPhrase_Type = 1
// Templates are not annotated with entity types, but they can contain
// @-prefixed entity type names as substrings.
// Template mode has been deprecated. Example mode is the only supported
// way to create new training phrases. If you have existing training
// phrases that you've created in template mode, those will continue to
// work.
Intent_TrainingPhrase_TEMPLATE Intent_TrainingPhrase_Type = 2 // Deprecated: Do not use.
)
var Intent_TrainingPhrase_Type_name = map[int32]string{
0: "TYPE_UNSPECIFIED",
1: "EXAMPLE",
2: "TEMPLATE",
}
var Intent_TrainingPhrase_Type_value = map[string]int32{
"TYPE_UNSPECIFIED": 0,
"EXAMPLE": 1,
"TEMPLATE": 2,
}
func (x Intent_TrainingPhrase_Type) String() string {
return proto.EnumName(Intent_TrainingPhrase_Type_name, int32(x))
}
func (Intent_TrainingPhrase_Type) EnumDescriptor() ([]byte, []int) {
return fileDescriptor_6c20e31044d743bd, []int{0, 0, 0}
}
// The rich response message integration platform. See
// [Integrations](https://cloud.google.com/dialogflow/docs/integrations).
type Intent_Message_Platform int32
const (
// Default platform.
Intent_Message_PLATFORM_UNSPECIFIED Intent_Message_Platform = 0
// Facebook.
Intent_Message_FACEBOOK Intent_Message_Platform = 1
// Slack.
Intent_Message_SLACK Intent_Message_Platform = 2
// Telegram.
Intent_Message_TELEGRAM Intent_Message_Platform = 3
// Kik.
Intent_Message_KIK Intent_Message_Platform = 4
// Skype.
Intent_Message_SKYPE Intent_Message_Platform = 5
// Line.
Intent_Message_LINE Intent_Message_Platform = 6
// Viber.
Intent_Message_VIBER Intent_Message_Platform = 7
// Google Assistant
// See [Dialogflow webhook
// format](https://developers.google.com/assistant/actions/build/json/dialogflow-webhook-json)
Intent_Message_ACTIONS_ON_GOOGLE Intent_Message_Platform = 8
// Google Hangouts.
Intent_Message_GOOGLE_HANGOUTS Intent_Message_Platform = 11
)
var Intent_Message_Platform_name = map[int32]string{
0: "PLATFORM_UNSPECIFIED",
1: "FACEBOOK",
2: "SLACK",
3: "TELEGRAM",
4: "KIK",
5: "SKYPE",
6: "LINE",
7: "VIBER",
8: "ACTIONS_ON_GOOGLE",
11: "GOOGLE_HANGOUTS",
}
var Intent_Message_Platform_value = map[string]int32{
"PLATFORM_UNSPECIFIED": 0,
"FACEBOOK": 1,
"SLACK": 2,
"TELEGRAM": 3,
"KIK": 4,
"SKYPE": 5,
"LINE": 6,
"VIBER": 7,
"ACTIONS_ON_GOOGLE": 8,
"GOOGLE_HANGOUTS": 11,
}
func (x Intent_Message_Platform) String() string {
return proto.EnumName(Intent_Message_Platform_name, int32(x))
}
func (Intent_Message_Platform) EnumDescriptor() ([]byte, []int) {
return fileDescriptor_6c20e31044d743bd, []int{0, 2, 0}
}
// Format of response media type.
type Intent_Message_MediaContent_ResponseMediaType int32
const (
// Unspecified.
Intent_Message_MediaContent_RESPONSE_MEDIA_TYPE_UNSPECIFIED Intent_Message_MediaContent_ResponseMediaType = 0
// Response media type is audio.
Intent_Message_MediaContent_AUDIO Intent_Message_MediaContent_ResponseMediaType = 1
)
var Intent_Message_MediaContent_ResponseMediaType_name = map[int32]string{
0: "RESPONSE_MEDIA_TYPE_UNSPECIFIED",
1: "AUDIO",
}
var Intent_Message_MediaContent_ResponseMediaType_value = map[string]int32{
"RESPONSE_MEDIA_TYPE_UNSPECIFIED": 0,
"AUDIO": 1,
}
func (x Intent_Message_MediaContent_ResponseMediaType) String() string {
return proto.EnumName(Intent_Message_MediaContent_ResponseMediaType_name, int32(x))
}
func (Intent_Message_MediaContent_ResponseMediaType) EnumDescriptor() ([]byte, []int) {
return fileDescriptor_6c20e31044d743bd, []int{0, 2, 13, 0}
}
// Image display options for Actions on Google. This should be used for
// when the image's aspect ratio does not match the image container's
// aspect ratio.
type Intent_Message_BrowseCarouselCard_ImageDisplayOptions int32
const (
// Fill the gaps between the image and the image container with gray
// bars.
Intent_Message_BrowseCarouselCard_IMAGE_DISPLAY_OPTIONS_UNSPECIFIED Intent_Message_BrowseCarouselCard_ImageDisplayOptions = 0
// Fill the gaps between the image and the image container with gray
// bars.
Intent_Message_BrowseCarouselCard_GRAY Intent_Message_BrowseCarouselCard_ImageDisplayOptions = 1
// Fill the gaps between the image and the image container with white
// bars.
Intent_Message_BrowseCarouselCard_WHITE Intent_Message_BrowseCarouselCard_ImageDisplayOptions = 2
// Image is scaled such that the image width and height match or exceed
// the container dimensions. This may crop the top and bottom of the
// image if the scaled image height is greater than the container
// height, or crop the left and right of the image if the scaled image
// width is greater than the container width. This is similar to "Zoom
// Mode" on a widescreen TV when playing a 4:3 video.
Intent_Message_BrowseCarouselCard_CROPPED Intent_Message_BrowseCarouselCard_ImageDisplayOptions = 3
// Pad the gaps between image and image frame with a blurred copy of the
// same image.
Intent_Message_BrowseCarouselCard_BLURRED_BACKGROUND Intent_Message_BrowseCarouselCard_ImageDisplayOptions = 4
)
var Intent_Message_BrowseCarouselCard_ImageDisplayOptions_name = map[int32]string{
0: "IMAGE_DISPLAY_OPTIONS_UNSPECIFIED",
1: "GRAY",
2: "WHITE",
3: "CROPPED",
4: "BLURRED_BACKGROUND",
}
var Intent_Message_BrowseCarouselCard_ImageDisplayOptions_value = map[string]int32{
"IMAGE_DISPLAY_OPTIONS_UNSPECIFIED": 0,
"GRAY": 1,
"WHITE": 2,
"CROPPED": 3,
"BLURRED_BACKGROUND": 4,
}
func (x Intent_Message_BrowseCarouselCard_ImageDisplayOptions) String() string {
return proto.EnumName(Intent_Message_BrowseCarouselCard_ImageDisplayOptions_name, int32(x))
}
func (Intent_Message_BrowseCarouselCard_ImageDisplayOptions) EnumDescriptor() ([]byte, []int) {
return fileDescriptor_6c20e31044d743bd, []int{0, 2, 14, 0}
}
// Type of the URI.
type Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction_UrlTypeHint int32
const (
// Unspecified
Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction_URL_TYPE_HINT_UNSPECIFIED Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction_UrlTypeHint = 0
// Url would be an amp action
Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction_AMP_ACTION Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction_UrlTypeHint = 1
// URL that points directly to AMP content, or to a canonical URL
// which refers to AMP content via <link rel="amphtml">.
Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction_AMP_CONTENT Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction_UrlTypeHint = 2
)
var Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction_UrlTypeHint_name = map[int32]string{
0: "URL_TYPE_HINT_UNSPECIFIED",
1: "AMP_ACTION",
2: "AMP_CONTENT",
}
var Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction_UrlTypeHint_value = map[string]int32{
"URL_TYPE_HINT_UNSPECIFIED": 0,
"AMP_ACTION": 1,
"AMP_CONTENT": 2,
}
func (x Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction_UrlTypeHint) String() string {
return proto.EnumName(Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction_UrlTypeHint_name, int32(x))
}
func (Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction_UrlTypeHint) EnumDescriptor() ([]byte, []int) {
return fileDescriptor_6c20e31044d743bd, []int{0, 2, 14, 0, 0, 0}
}
// Text alignments within a cell.
type Intent_Message_ColumnProperties_HorizontalAlignment int32
const (
// Text is aligned to the leading edge of the column.
Intent_Message_ColumnProperties_HORIZONTAL_ALIGNMENT_UNSPECIFIED Intent_Message_ColumnProperties_HorizontalAlignment = 0
// Text is aligned to the leading edge of the column.
Intent_Message_ColumnProperties_LEADING Intent_Message_ColumnProperties_HorizontalAlignment = 1
// Text is centered in the column.
Intent_Message_ColumnProperties_CENTER Intent_Message_ColumnProperties_HorizontalAlignment = 2
// Text is aligned to the trailing edge of the column.
Intent_Message_ColumnProperties_TRAILING Intent_Message_ColumnProperties_HorizontalAlignment = 3
)
var Intent_Message_ColumnProperties_HorizontalAlignment_name = map[int32]string{
0: "HORIZONTAL_ALIGNMENT_UNSPECIFIED",
1: "LEADING",
2: "CENTER",
3: "TRAILING",
}
var Intent_Message_ColumnProperties_HorizontalAlignment_value = map[string]int32{
"HORIZONTAL_ALIGNMENT_UNSPECIFIED": 0,
"LEADING": 1,
"CENTER": 2,
"TRAILING": 3,
}
func (x Intent_Message_ColumnProperties_HorizontalAlignment) String() string {
return proto.EnumName(Intent_Message_ColumnProperties_HorizontalAlignment_name, int32(x))
}
func (Intent_Message_ColumnProperties_HorizontalAlignment) EnumDescriptor() ([]byte, []int) {
return fileDescriptor_6c20e31044d743bd, []int{0, 2, 16, 0}
}
// Represents an intent.
// Intents convert a number of user expressions or patterns into an action. An
// action is an extraction of a user command or sentence semantics.
type Intent struct {
// Optional. The unique identifier of this intent.
// Required for [Intents.UpdateIntent][google.cloud.dialogflow.v2.Intents.UpdateIntent] and [Intents.BatchUpdateIntents][google.cloud.dialogflow.v2.Intents.BatchUpdateIntents]
// methods.
// Format: `projects/<Project ID>/agent/intents/<Intent ID>`.
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
// Required. The name of this intent.
DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
// Optional. Indicates whether webhooks are enabled for the intent.
WebhookState Intent_WebhookState `protobuf:"varint,6,opt,name=webhook_state,json=webhookState,proto3,enum=google.cloud.dialogflow.v2.Intent_WebhookState" json:"webhook_state,omitempty"`
// Optional. The priority of this intent. Higher numbers represent higher
// priorities.
//
// - If the supplied value is unspecified or 0, the service
// translates the value to 500,000, which corresponds to the
// `Normal` priority in the console.
// - If the supplied value is negative, the intent is ignored
// in runtime detect intent requests.
Priority int32 `protobuf:"varint,3,opt,name=priority,proto3" json:"priority,omitempty"`
// Optional. Indicates whether this is a fallback intent.
IsFallback bool `protobuf:"varint,4,opt,name=is_fallback,json=isFallback,proto3" json:"is_fallback,omitempty"`
// Optional. Indicates whether Machine Learning is disabled for the intent.
// Note: If `ml_disabled` setting is set to true, then this intent is not
// taken into account during inference in `ML ONLY` match mode. Also,
// auto-markup in the UI is turned off.
MlDisabled bool `protobuf:"varint,19,opt,name=ml_disabled,json=mlDisabled,proto3" json:"ml_disabled,omitempty"`
// Optional. The list of context names required for this intent to be
// triggered.
// Format: `projects/<Project ID>/agent/sessions/-/contexts/<Context ID>`.
InputContextNames []string `protobuf:"bytes,7,rep,name=input_context_names,json=inputContextNames,proto3" json:"input_context_names,omitempty"`
// Optional. The collection of event names that trigger the intent.
// If the collection of input contexts is not empty, all of the contexts must
// be present in the active user session for an event to trigger this intent.
// Event names are limited to 150 characters.
Events []string `protobuf:"bytes,8,rep,name=events,proto3" json:"events,omitempty"`
// Optional. The collection of examples that the agent is
// trained on.
TrainingPhrases []*Intent_TrainingPhrase `protobuf:"bytes,9,rep,name=training_phrases,json=trainingPhrases,proto3" json:"training_phrases,omitempty"`
// Optional. The name of the action associated with the intent.
// Note: The action name must not contain whitespaces.
Action string `protobuf:"bytes,10,opt,name=action,proto3" json:"action,omitempty"`
// Optional. The collection of contexts that are activated when the intent
// is matched. Context messages in this collection should not set the
// parameters field. Setting the `lifespan_count` to 0 will reset the context
// when the intent is matched.
// Format: `projects/<Project ID>/agent/sessions/-/contexts/<Context ID>`.
OutputContexts []*Context `protobuf:"bytes,11,rep,name=output_contexts,json=outputContexts,proto3" json:"output_contexts,omitempty"`
// Optional. Indicates whether to delete all contexts in the current
// session when this intent is matched.
ResetContexts bool `protobuf:"varint,12,opt,name=reset_contexts,json=resetContexts,proto3" json:"reset_contexts,omitempty"`
// Optional. The collection of parameters associated with the intent.
Parameters []*Intent_Parameter `protobuf:"bytes,13,rep,name=parameters,proto3" json:"parameters,omitempty"`
// Optional. The collection of rich messages corresponding to the
// `Response` field in the Dialogflow console.
Messages []*Intent_Message `protobuf:"bytes,14,rep,name=messages,proto3" json:"messages,omitempty"`
// Optional. The list of platforms for which the first responses will be
// copied from the messages in PLATFORM_UNSPECIFIED (i.e. default platform).
DefaultResponsePlatforms []Intent_Message_Platform `protobuf:"varint,15,rep,packed,name=default_response_platforms,json=defaultResponsePlatforms,proto3,enum=google.cloud.dialogflow.v2.Intent_Message_Platform" json:"default_response_platforms,omitempty"`
// Read-only. The unique identifier of the root intent in the chain of
// followup intents. It identifies the correct followup intents chain for
// this intent. We populate this field only in the output.
//
// Format: `projects/<Project ID>/agent/intents/<Intent ID>`.
RootFollowupIntentName string `protobuf:"bytes,16,opt,name=root_followup_intent_name,json=rootFollowupIntentName,proto3" json:"root_followup_intent_name,omitempty"`
// Read-only after creation. The unique identifier of the parent intent in the
// chain of followup intents. You can set this field when creating an intent,
// for example with [CreateIntent][google.cloud.dialogflow.v2.Intents.CreateIntent] or
// [BatchUpdateIntents][google.cloud.dialogflow.v2.Intents.BatchUpdateIntents], in order to make this
// intent a followup intent.
//
// It identifies the parent followup intent.
// Format: `projects/<Project ID>/agent/intents/<Intent ID>`.
ParentFollowupIntentName string `protobuf:"bytes,17,opt,name=parent_followup_intent_name,json=parentFollowupIntentName,proto3" json:"parent_followup_intent_name,omitempty"`
// Read-only. Information about all followup intents that have this intent as
// a direct or indirect parent. We populate this field only in the output.
FollowupIntentInfo []*Intent_FollowupIntentInfo `protobuf:"bytes,18,rep,name=followup_intent_info,json=followupIntentInfo,proto3" json:"followup_intent_info,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Intent) Reset() { *m = Intent{} }
func (m *Intent) String() string { return proto.CompactTextString(m) }
func (*Intent) ProtoMessage() {}
func (*Intent) Descriptor() ([]byte, []int) {
return fileDescriptor_6c20e31044d743bd, []int{0}
}
func (m *Intent) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Intent.Unmarshal(m, b)
}
func (m *Intent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Intent.Marshal(b, m, deterministic)
}
func (m *Intent) XXX_Merge(src proto.Message) {
xxx_messageInfo_Intent.Merge(m, src)
}
func (m *Intent) XXX_Size() int {
return xxx_messageInfo_Intent.Size(m)
}
func (m *Intent) XXX_DiscardUnknown() {
xxx_messageInfo_Intent.DiscardUnknown(m)
}
var xxx_messageInfo_Intent proto.InternalMessageInfo
func (m *Intent) GetName() string {
if m != nil {
return m.Name
}
return ""
}
func (m *Intent) GetDisplayName() string {
if m != nil {
return m.DisplayName
}
return ""
}
func (m *Intent) GetWebhookState() Intent_WebhookState {
if m != nil {
return m.WebhookState
}
return Intent_WEBHOOK_STATE_UNSPECIFIED
}
func (m *Intent) GetPriority() int32 {
if m != nil {
return m.Priority
}
return 0
}
func (m *Intent) GetIsFallback() bool {
if m != nil {
return m.IsFallback
}
return false
}
func (m *Intent) GetMlDisabled() bool {
if m != nil {
return m.MlDisabled
}
return false
}
func (m *Intent) GetInputContextNames() []string {
if m != nil {
return m.InputContextNames
}
return nil
}
func (m *Intent) GetEvents() []string {
if m != nil {
return m.Events
}
return nil
}
func (m *Intent) GetTrainingPhrases() []*Intent_TrainingPhrase {
if m != nil {
return m.TrainingPhrases
}
return nil
}
func (m *Intent) GetAction() string {
if m != nil {
return m.Action
}
return ""
}
func (m *Intent) GetOutputContexts() []*Context {
if m != nil {
return m.OutputContexts
}
return nil
}
func (m *Intent) GetResetContexts() bool {
if m != nil {
return m.ResetContexts
}
return false
}
func (m *Intent) GetParameters() []*Intent_Parameter {
if m != nil {
return m.Parameters
}
return nil
}
func (m *Intent) GetMessages() []*Intent_Message {
if m != nil {
return m.Messages
}
return nil
}
func (m *Intent) GetDefaultResponsePlatforms() []Intent_Message_Platform {
if m != nil {
return m.DefaultResponsePlatforms
}
return nil
}
func (m *Intent) GetRootFollowupIntentName() string {
if m != nil {
return m.RootFollowupIntentName
}
return ""
}
func (m *Intent) GetParentFollowupIntentName() string {
if m != nil {
return m.ParentFollowupIntentName
}
return ""
}
func (m *Intent) GetFollowupIntentInfo() []*Intent_FollowupIntentInfo {
if m != nil {
return m.FollowupIntentInfo
}
return nil
}
// Represents an example that the agent is trained on.
type Intent_TrainingPhrase struct {
// Output only. The unique identifier of this training phrase.
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
// Required. The type of the training phrase.
Type Intent_TrainingPhrase_Type `protobuf:"varint,2,opt,name=type,proto3,enum=google.cloud.dialogflow.v2.Intent_TrainingPhrase_Type" json:"type,omitempty"`
// Required. The ordered list of training phrase parts.
// The parts are concatenated in order to form the training phrase.
//
// Note: The API does not automatically annotate training phrases like the
// Dialogflow Console does.
//
// Note: Do not forget to include whitespace at part boundaries,
// so the training phrase is well formatted when the parts are concatenated.
//
// If the training phrase does not need to be annotated with parameters,
// you just need a single part with only the [Part.text][google.cloud.dialogflow.v2.Intent.TrainingPhrase.Part.text] field set.
//
// If you want to annotate the training phrase, you must create multiple
// parts, where the fields of each part are populated in one of two ways:
//
// - `Part.text` is set to a part of the phrase that has no parameters.
// - `Part.text` is set to a part of the phrase that you want to annotate,
// and the `entity_type`, `alias`, and `user_defined` fields are all
// set.
Parts []*Intent_TrainingPhrase_Part `protobuf:"bytes,3,rep,name=parts,proto3" json:"parts,omitempty"`
// Optional. Indicates how many times this example was added to
// the intent. Each time a developer adds an existing sample by editing an
// intent or training, this counter is increased.
TimesAddedCount int32 `protobuf:"varint,4,opt,name=times_added_count,json=timesAddedCount,proto3" json:"times_added_count,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Intent_TrainingPhrase) Reset() { *m = Intent_TrainingPhrase{} }
func (m *Intent_TrainingPhrase) String() string { return proto.CompactTextString(m) }
func (*Intent_TrainingPhrase) ProtoMessage() {}
func (*Intent_TrainingPhrase) Descriptor() ([]byte, []int) {
return fileDescriptor_6c20e31044d743bd, []int{0, 0}
}
func (m *Intent_TrainingPhrase) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Intent_TrainingPhrase.Unmarshal(m, b)
}
func (m *Intent_TrainingPhrase) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Intent_TrainingPhrase.Marshal(b, m, deterministic)
}
func (m *Intent_TrainingPhrase) XXX_Merge(src proto.Message) {
xxx_messageInfo_Intent_TrainingPhrase.Merge(m, src)
}
func (m *Intent_TrainingPhrase) XXX_Size() int {
return xxx_messageInfo_Intent_TrainingPhrase.Size(m)
}
func (m *Intent_TrainingPhrase) XXX_DiscardUnknown() {
xxx_messageInfo_Intent_TrainingPhrase.DiscardUnknown(m)
}
var xxx_messageInfo_Intent_TrainingPhrase proto.InternalMessageInfo
func (m *Intent_TrainingPhrase) GetName() string {
if m != nil {
return m.Name
}
return ""
}
func (m *Intent_TrainingPhrase) GetType() Intent_TrainingPhrase_Type {
if m != nil {
return m.Type
}
return Intent_TrainingPhrase_TYPE_UNSPECIFIED
}
func (m *Intent_TrainingPhrase) GetParts() []*Intent_TrainingPhrase_Part {
if m != nil {
return m.Parts
}
return nil
}
func (m *Intent_TrainingPhrase) GetTimesAddedCount() int32 {
if m != nil {
return m.TimesAddedCount
}
return 0
}
// Represents a part of a training phrase.
type Intent_TrainingPhrase_Part struct {
// Required. The text for this part.
Text string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
// Optional. The entity type name prefixed with `@`.
// This field is required for annotated parts of the training phrase.
EntityType string `protobuf:"bytes,2,opt,name=entity_type,json=entityType,proto3" json:"entity_type,omitempty"`
// Optional. The parameter name for the value extracted from the
// annotated part of the example.
// This field is required for annotated parts of the training phrase.
Alias string `protobuf:"bytes,3,opt,name=alias,proto3" json:"alias,omitempty"`
// Optional. Indicates whether the text was manually annotated.
// This field is set to true when the Dialogflow Console is used to
// manually annotate the part. When creating an annotated part with the
// API, you must set this to true.
UserDefined bool `protobuf:"varint,4,opt,name=user_defined,json=userDefined,proto3" json:"user_defined,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Intent_TrainingPhrase_Part) Reset() { *m = Intent_TrainingPhrase_Part{} }
func (m *Intent_TrainingPhrase_Part) String() string { return proto.CompactTextString(m) }
func (*Intent_TrainingPhrase_Part) ProtoMessage() {}
func (*Intent_TrainingPhrase_Part) Descriptor() ([]byte, []int) {
return fileDescriptor_6c20e31044d743bd, []int{0, 0, 0}
}
func (m *Intent_TrainingPhrase_Part) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Intent_TrainingPhrase_Part.Unmarshal(m, b)
}
func (m *Intent_TrainingPhrase_Part) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Intent_TrainingPhrase_Part.Marshal(b, m, deterministic)
}
func (m *Intent_TrainingPhrase_Part) XXX_Merge(src proto.Message) {
xxx_messageInfo_Intent_TrainingPhrase_Part.Merge(m, src)
}
func (m *Intent_TrainingPhrase_Part) XXX_Size() int {
return xxx_messageInfo_Intent_TrainingPhrase_Part.Size(m)
}
func (m *Intent_TrainingPhrase_Part) XXX_DiscardUnknown() {
xxx_messageInfo_Intent_TrainingPhrase_Part.DiscardUnknown(m)
}
var xxx_messageInfo_Intent_TrainingPhrase_Part proto.InternalMessageInfo
func (m *Intent_TrainingPhrase_Part) GetText() string {
if m != nil {
return m.Text
}
return ""
}
func (m *Intent_TrainingPhrase_Part) GetEntityType() string {
if m != nil {
return m.EntityType
}
return ""
}
func (m *Intent_TrainingPhrase_Part) GetAlias() string {
if m != nil {
return m.Alias
}
return ""
}
func (m *Intent_TrainingPhrase_Part) GetUserDefined() bool {
if m != nil {
return m.UserDefined
}
return false
}
// Represents intent parameters.
type Intent_Parameter struct {
// The unique identifier of this parameter.
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
// Required. The name of the parameter.
DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
// Optional. The definition of the parameter value. It can be:
// - a constant string,
// - a parameter value defined as `$parameter_name`,
// - an original parameter value defined as `$parameter_name.original`,
// - a parameter value from some context defined as
// `#context_name.parameter_name`.
Value string `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
// Optional. The default value to use when the `value` yields an empty
// result.
// Default values can be extracted from contexts by using the following
// syntax: `#context_name.parameter_name`.
DefaultValue string `protobuf:"bytes,4,opt,name=default_value,json=defaultValue,proto3" json:"default_value,omitempty"`
// Optional. The name of the entity type, prefixed with `@`, that
// describes values of the parameter. If the parameter is
// required, this must be provided.
EntityTypeDisplayName string `protobuf:"bytes,5,opt,name=entity_type_display_name,json=entityTypeDisplayName,proto3" json:"entity_type_display_name,omitempty"`
// Optional. Indicates whether the parameter is required. That is,
// whether the intent cannot be completed without collecting the parameter
// value.
Mandatory bool `protobuf:"varint,6,opt,name=mandatory,proto3" json:"mandatory,omitempty"`
// Optional. The collection of prompts that the agent can present to the
// user in order to collect a value for the parameter.
Prompts []string `protobuf:"bytes,7,rep,name=prompts,proto3" json:"prompts,omitempty"`
// Optional. Indicates whether the parameter represents a list of values.
IsList bool `protobuf:"varint,8,opt,name=is_list,json=isList,proto3" json:"is_list,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Intent_Parameter) Reset() { *m = Intent_Parameter{} }
func (m *Intent_Parameter) String() string { return proto.CompactTextString(m) }
func (*Intent_Parameter) ProtoMessage() {}
func (*Intent_Parameter) Descriptor() ([]byte, []int) {
return fileDescriptor_6c20e31044d743bd, []int{0, 1}
}
func (m *Intent_Parameter) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Intent_Parameter.Unmarshal(m, b)
}
func (m *Intent_Parameter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Intent_Parameter.Marshal(b, m, deterministic)
}
func (m *Intent_Parameter) XXX_Merge(src proto.Message) {
xxx_messageInfo_Intent_Parameter.Merge(m, src)
}
func (m *Intent_Parameter) XXX_Size() int {
return xxx_messageInfo_Intent_Parameter.Size(m)
}
func (m *Intent_Parameter) XXX_DiscardUnknown() {
xxx_messageInfo_Intent_Parameter.DiscardUnknown(m)
}
var xxx_messageInfo_Intent_Parameter proto.InternalMessageInfo
func (m *Intent_Parameter) GetName() string {
if m != nil {
return m.Name
}
return ""
}
func (m *Intent_Parameter) GetDisplayName() string {
if m != nil {
return m.DisplayName
}
return ""
}
func (m *Intent_Parameter) GetValue() string {
if m != nil {
return m.Value
}
return ""
}
func (m *Intent_Parameter) GetDefaultValue() string {
if m != nil {
return m.DefaultValue
}
return ""
}
func (m *Intent_Parameter) GetEntityTypeDisplayName() string {
if m != nil {
return m.EntityTypeDisplayName
}
return ""
}
func (m *Intent_Parameter) GetMandatory() bool {
if m != nil {
return m.Mandatory
}
return false
}
func (m *Intent_Parameter) GetPrompts() []string {
if m != nil {
return m.Prompts
}
return nil
}
func (m *Intent_Parameter) GetIsList() bool {
if m != nil {
return m.IsList
}
return false
}
// A rich response message.
// Corresponds to the intent `Response` field in the Dialogflow console.
// For more information, see
// [Rich response
// messages](https://cloud.google.com/dialogflow/docs/intents-rich-messages).
type Intent_Message struct {
// Required. The rich response message.
//
// Types that are valid to be assigned to Message:
// *Intent_Message_Text_
// *Intent_Message_Image_
// *Intent_Message_QuickReplies_
// *Intent_Message_Card_
// *Intent_Message_Payload
// *Intent_Message_SimpleResponses_
// *Intent_Message_BasicCard_
// *Intent_Message_Suggestions_
// *Intent_Message_LinkOutSuggestion_
// *Intent_Message_ListSelect_
// *Intent_Message_CarouselSelect_
// *Intent_Message_BrowseCarouselCard_
// *Intent_Message_TableCard_
// *Intent_Message_MediaContent_
Message isIntent_Message_Message `protobuf_oneof:"message"`
// Optional. The platform that this message is intended for.
Platform Intent_Message_Platform `protobuf:"varint,6,opt,name=platform,proto3,enum=google.cloud.dialogflow.v2.Intent_Message_Platform" json:"platform,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Intent_Message) Reset() { *m = Intent_Message{} }
func (m *Intent_Message) String() string { return proto.CompactTextString(m) }
func (*Intent_Message) ProtoMessage() {}
func (*Intent_Message) Descriptor() ([]byte, []int) {
return fileDescriptor_6c20e31044d743bd, []int{0, 2}
}
func (m *Intent_Message) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Intent_Message.Unmarshal(m, b)
}
func (m *Intent_Message) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Intent_Message.Marshal(b, m, deterministic)
}
func (m *Intent_Message) XXX_Merge(src proto.Message) {
xxx_messageInfo_Intent_Message.Merge(m, src)
}
func (m *Intent_Message) XXX_Size() int {
return xxx_messageInfo_Intent_Message.Size(m)
}
func (m *Intent_Message) XXX_DiscardUnknown() {
xxx_messageInfo_Intent_Message.DiscardUnknown(m)
}
var xxx_messageInfo_Intent_Message proto.InternalMessageInfo
type isIntent_Message_Message interface {
isIntent_Message_Message()
}
type Intent_Message_Text_ struct {
Text *Intent_Message_Text `protobuf:"bytes,1,opt,name=text,proto3,oneof"`
}
type Intent_Message_Image_ struct {
Image *Intent_Message_Image `protobuf:"bytes,2,opt,name=image,proto3,oneof"`
}
type Intent_Message_QuickReplies_ struct {
QuickReplies *Intent_Message_QuickReplies `protobuf:"bytes,3,opt,name=quick_replies,json=quickReplies,proto3,oneof"`
}
type Intent_Message_Card_ struct {
Card *Intent_Message_Card `protobuf:"bytes,4,opt,name=card,proto3,oneof"`
}
type Intent_Message_Payload struct {
Payload *_struct.Struct `protobuf:"bytes,5,opt,name=payload,proto3,oneof"`
}
type Intent_Message_SimpleResponses_ struct {
SimpleResponses *Intent_Message_SimpleResponses `protobuf:"bytes,7,opt,name=simple_responses,json=simpleResponses,proto3,oneof"`
}
type Intent_Message_BasicCard_ struct {
BasicCard *Intent_Message_BasicCard `protobuf:"bytes,8,opt,name=basic_card,json=basicCard,proto3,oneof"`
}
type Intent_Message_Suggestions_ struct {
Suggestions *Intent_Message_Suggestions `protobuf:"bytes,9,opt,name=suggestions,proto3,oneof"`
}
type Intent_Message_LinkOutSuggestion_ struct {
LinkOutSuggestion *Intent_Message_LinkOutSuggestion `protobuf:"bytes,10,opt,name=link_out_suggestion,json=linkOutSuggestion,proto3,oneof"`
}
type Intent_Message_ListSelect_ struct {
ListSelect *Intent_Message_ListSelect `protobuf:"bytes,11,opt,name=list_select,json=listSelect,proto3,oneof"`
}
type Intent_Message_CarouselSelect_ struct {
CarouselSelect *Intent_Message_CarouselSelect `protobuf:"bytes,12,opt,name=carousel_select,json=carouselSelect,proto3,oneof"`
}
type Intent_Message_BrowseCarouselCard_ struct {
BrowseCarouselCard *Intent_Message_BrowseCarouselCard `protobuf:"bytes,22,opt,name=browse_carousel_card,json=browseCarouselCard,proto3,oneof"`
}
type Intent_Message_TableCard_ struct {
TableCard *Intent_Message_TableCard `protobuf:"bytes,23,opt,name=table_card,json=tableCard,proto3,oneof"`
}
type Intent_Message_MediaContent_ struct {
MediaContent *Intent_Message_MediaContent `protobuf:"bytes,24,opt,name=media_content,json=mediaContent,proto3,oneof"`
}
func (*Intent_Message_Text_) isIntent_Message_Message() {}
func (*Intent_Message_Image_) isIntent_Message_Message() {}
func (*Intent_Message_QuickReplies_) isIntent_Message_Message() {}
func (*Intent_Message_Card_) isIntent_Message_Message() {}
func (*Intent_Message_Payload) isIntent_Message_Message() {}
func (*Intent_Message_SimpleResponses_) isIntent_Message_Message() {}
func (*Intent_Message_BasicCard_) isIntent_Message_Message() {}
func (*Intent_Message_Suggestions_) isIntent_Message_Message() {}
func (*Intent_Message_LinkOutSuggestion_) isIntent_Message_Message() {}
func (*Intent_Message_ListSelect_) isIntent_Message_Message() {}
func (*Intent_Message_CarouselSelect_) isIntent_Message_Message() {}
func (*Intent_Message_BrowseCarouselCard_) isIntent_Message_Message() {}
func (*Intent_Message_TableCard_) isIntent_Message_Message() {}
func (*Intent_Message_MediaContent_) isIntent_Message_Message() {}
func (m *Intent_Message) GetMessage() isIntent_Message_Message {
if m != nil {
return m.Message
}
return nil
}
func (m *Intent_Message) GetText() *Intent_Message_Text {
if x, ok := m.GetMessage().(*Intent_Message_Text_); ok {
return x.Text
}
return nil
}
func (m *Intent_Message) GetImage() *Intent_Message_Image {
if x, ok := m.GetMessage().(*Intent_Message_Image_); ok {
return x.Image
}
return nil
}
func (m *Intent_Message) GetQuickReplies() *Intent_Message_QuickReplies {
if x, ok := m.GetMessage().(*Intent_Message_QuickReplies_); ok {
return x.QuickReplies
}
return nil
}
func (m *Intent_Message) GetCard() *Intent_Message_Card {
if x, ok := m.GetMessage().(*Intent_Message_Card_); ok {
return x.Card
}
return nil
}
func (m *Intent_Message) GetPayload() *_struct.Struct {
if x, ok := m.GetMessage().(*Intent_Message_Payload); ok {
return x.Payload
}
return nil
}
func (m *Intent_Message) GetSimpleResponses() *Intent_Message_SimpleResponses {
if x, ok := m.GetMessage().(*Intent_Message_SimpleResponses_); ok {
return x.SimpleResponses
}
return nil
}
func (m *Intent_Message) GetBasicCard() *Intent_Message_BasicCard {
if x, ok := m.GetMessage().(*Intent_Message_BasicCard_); ok {
return x.BasicCard
}
return nil
}
func (m *Intent_Message) GetSuggestions() *Intent_Message_Suggestions {
if x, ok := m.GetMessage().(*Intent_Message_Suggestions_); ok {
return x.Suggestions
}
return nil
}
func (m *Intent_Message) GetLinkOutSuggestion() *Intent_Message_LinkOutSuggestion {
if x, ok := m.GetMessage().(*Intent_Message_LinkOutSuggestion_); ok {
return x.LinkOutSuggestion
}
return nil
}
func (m *Intent_Message) GetListSelect() *Intent_Message_ListSelect {
if x, ok := m.GetMessage().(*Intent_Message_ListSelect_); ok {
return x.ListSelect
}
return nil
}
func (m *Intent_Message) GetCarouselSelect() *Intent_Message_CarouselSelect {
if x, ok := m.GetMessage().(*Intent_Message_CarouselSelect_); ok {
return x.CarouselSelect
}
return nil
}
func (m *Intent_Message) GetBrowseCarouselCard() *Intent_Message_BrowseCarouselCard {
if x, ok := m.GetMessage().(*Intent_Message_BrowseCarouselCard_); ok {
return x.BrowseCarouselCard
}
return nil
}
func (m *Intent_Message) GetTableCard() *Intent_Message_TableCard {
if x, ok := m.GetMessage().(*Intent_Message_TableCard_); ok {
return x.TableCard
}
return nil
}
func (m *Intent_Message) GetMediaContent() *Intent_Message_MediaContent {
if x, ok := m.GetMessage().(*Intent_Message_MediaContent_); ok {
return x.MediaContent
}
return nil
}
func (m *Intent_Message) GetPlatform() Intent_Message_Platform {
if m != nil {
return m.Platform
}
return Intent_Message_PLATFORM_UNSPECIFIED
}
// XXX_OneofWrappers is for the internal use of the proto package.
func (*Intent_Message) XXX_OneofWrappers() []interface{} {
return []interface{}{
(*Intent_Message_Text_)(nil),
(*Intent_Message_Image_)(nil),
(*Intent_Message_QuickReplies_)(nil),
(*Intent_Message_Card_)(nil),
(*Intent_Message_Payload)(nil),
(*Intent_Message_SimpleResponses_)(nil),
(*Intent_Message_BasicCard_)(nil),
(*Intent_Message_Suggestions_)(nil),
(*Intent_Message_LinkOutSuggestion_)(nil),
(*Intent_Message_ListSelect_)(nil),
(*Intent_Message_CarouselSelect_)(nil),
(*Intent_Message_BrowseCarouselCard_)(nil),
(*Intent_Message_TableCard_)(nil),
(*Intent_Message_MediaContent_)(nil),
}
}
// The text response message.
type Intent_Message_Text struct {
// Optional. The collection of the agent's responses.
Text []string `protobuf:"bytes,1,rep,name=text,proto3" json:"text,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Intent_Message_Text) Reset() { *m = Intent_Message_Text{} }
func (m *Intent_Message_Text) String() string { return proto.CompactTextString(m) }
func (*Intent_Message_Text) ProtoMessage() {}
func (*Intent_Message_Text) Descriptor() ([]byte, []int) {
return fileDescriptor_6c20e31044d743bd, []int{0, 2, 0}
}
func (m *Intent_Message_Text) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Intent_Message_Text.Unmarshal(m, b)
}
func (m *Intent_Message_Text) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Intent_Message_Text.Marshal(b, m, deterministic)
}
func (m *Intent_Message_Text) XXX_Merge(src proto.Message) {
xxx_messageInfo_Intent_Message_Text.Merge(m, src)
}
func (m *Intent_Message_Text) XXX_Size() int {
return xxx_messageInfo_Intent_Message_Text.Size(m)
}
func (m *Intent_Message_Text) XXX_DiscardUnknown() {
xxx_messageInfo_Intent_Message_Text.DiscardUnknown(m)
}
var xxx_messageInfo_Intent_Message_Text proto.InternalMessageInfo
func (m *Intent_Message_Text) GetText() []string {
if m != nil {
return m.Text
}
return nil
}
// The image response message.
type Intent_Message_Image struct {
// Optional. The public URI to an image file.
ImageUri string `protobuf:"bytes,1,opt,name=image_uri,json=imageUri,proto3" json:"image_uri,omitempty"`
// Optional. A text description of the image to be used for accessibility,
// e.g., screen readers.
AccessibilityText string `protobuf:"bytes,2,opt,name=accessibility_text,json=accessibilityText,proto3" json:"accessibility_text,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Intent_Message_Image) Reset() { *m = Intent_Message_Image{} }
func (m *Intent_Message_Image) String() string { return proto.CompactTextString(m) }
func (*Intent_Message_Image) ProtoMessage() {}
func (*Intent_Message_Image) Descriptor() ([]byte, []int) {
return fileDescriptor_6c20e31044d743bd, []int{0, 2, 1}
}
func (m *Intent_Message_Image) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Intent_Message_Image.Unmarshal(m, b)
}
func (m *Intent_Message_Image) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Intent_Message_Image.Marshal(b, m, deterministic)
}
func (m *Intent_Message_Image) XXX_Merge(src proto.Message) {
xxx_messageInfo_Intent_Message_Image.Merge(m, src)
}
func (m *Intent_Message_Image) XXX_Size() int {
return xxx_messageInfo_Intent_Message_Image.Size(m)
}
func (m *Intent_Message_Image) XXX_DiscardUnknown() {
xxx_messageInfo_Intent_Message_Image.DiscardUnknown(m)
}
var xxx_messageInfo_Intent_Message_Image proto.InternalMessageInfo
func (m *Intent_Message_Image) GetImageUri() string {
if m != nil {
return m.ImageUri
}
return ""
}
func (m *Intent_Message_Image) GetAccessibilityText() string {
if m != nil {
return m.AccessibilityText
}
return ""
}
// The quick replies response message.
type Intent_Message_QuickReplies struct {
// Optional. The title of the collection of quick replies.
Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
// Optional. The collection of quick replies.
QuickReplies []string `protobuf:"bytes,2,rep,name=quick_replies,json=quickReplies,proto3" json:"quick_replies,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Intent_Message_QuickReplies) Reset() { *m = Intent_Message_QuickReplies{} }
func (m *Intent_Message_QuickReplies) String() string { return proto.CompactTextString(m) }
func (*Intent_Message_QuickReplies) ProtoMessage() {}
func (*Intent_Message_QuickReplies) Descriptor() ([]byte, []int) {
return fileDescriptor_6c20e31044d743bd, []int{0, 2, 2}
}
func (m *Intent_Message_QuickReplies) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Intent_Message_QuickReplies.Unmarshal(m, b)
}
func (m *Intent_Message_QuickReplies) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Intent_Message_QuickReplies.Marshal(b, m, deterministic)
}
func (m *Intent_Message_QuickReplies) XXX_Merge(src proto.Message) {
xxx_messageInfo_Intent_Message_QuickReplies.Merge(m, src)
}
func (m *Intent_Message_QuickReplies) XXX_Size() int {
return xxx_messageInfo_Intent_Message_QuickReplies.Size(m)
}
func (m *Intent_Message_QuickReplies) XXX_DiscardUnknown() {
xxx_messageInfo_Intent_Message_QuickReplies.DiscardUnknown(m)
}
var xxx_messageInfo_Intent_Message_QuickReplies proto.InternalMessageInfo
func (m *Intent_Message_QuickReplies) GetTitle() string {
if m != nil {
return m.Title
}
return ""
}
func (m *Intent_Message_QuickReplies) GetQuickReplies() []string {
if m != nil {
return m.QuickReplies
}
return nil
}
// The card response message.
type Intent_Message_Card struct {
// Optional. The title of the card.
Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
// Optional. The subtitle of the card.
Subtitle string `protobuf:"bytes,2,opt,name=subtitle,proto3" json:"subtitle,omitempty"`
// Optional. The public URI to an image file for the card.
ImageUri string `protobuf:"bytes,3,opt,name=image_uri,json=imageUri,proto3" json:"image_uri,omitempty"`
// Optional. The collection of card buttons.
Buttons []*Intent_Message_Card_Button `protobuf:"bytes,4,rep,name=buttons,proto3" json:"buttons,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Intent_Message_Card) Reset() { *m = Intent_Message_Card{} }
func (m *Intent_Message_Card) String() string { return proto.CompactTextString(m) }
func (*Intent_Message_Card) ProtoMessage() {}
func (*Intent_Message_Card) Descriptor() ([]byte, []int) {
return fileDescriptor_6c20e31044d743bd, []int{0, 2, 3}
}
func (m *Intent_Message_Card) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Intent_Message_Card.Unmarshal(m, b)
}
func (m *Intent_Message_Card) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Intent_Message_Card.Marshal(b, m, deterministic)
}
func (m *Intent_Message_Card) XXX_Merge(src proto.Message) {
xxx_messageInfo_Intent_Message_Card.Merge(m, src)
}
func (m *Intent_Message_Card) XXX_Size() int {
return xxx_messageInfo_Intent_Message_Card.Size(m)
}
func (m *Intent_Message_Card) XXX_DiscardUnknown() {
xxx_messageInfo_Intent_Message_Card.DiscardUnknown(m)
}
var xxx_messageInfo_Intent_Message_Card proto.InternalMessageInfo
func (m *Intent_Message_Card) GetTitle() string {
if m != nil {
return m.Title
}
return ""
}
func (m *Intent_Message_Card) GetSubtitle() string {
if m != nil {
return m.Subtitle
}
return ""
}
func (m *Intent_Message_Card) GetImageUri() string {
if m != nil {
return m.ImageUri
}
return ""
}
func (m *Intent_Message_Card) GetButtons() []*Intent_Message_Card_Button {
if m != nil {
return m.Buttons
}
return nil
}
// Contains information about a button.
type Intent_Message_Card_Button struct {
// Optional. The text to show on the button.
Text string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
// Optional. The text to send back to the Dialogflow API or a URI to
// open.
Postback string `protobuf:"bytes,2,opt,name=postback,proto3" json:"postback,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Intent_Message_Card_Button) Reset() { *m = Intent_Message_Card_Button{} }
func (m *Intent_Message_Card_Button) String() string { return proto.CompactTextString(m) }
func (*Intent_Message_Card_Button) ProtoMessage() {}
func (*Intent_Message_Card_Button) Descriptor() ([]byte, []int) {
return fileDescriptor_6c20e31044d743bd, []int{0, 2, 3, 0}
}
func (m *Intent_Message_Card_Button) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Intent_Message_Card_Button.Unmarshal(m, b)
}
func (m *Intent_Message_Card_Button) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Intent_Message_Card_Button.Marshal(b, m, deterministic)
}
func (m *Intent_Message_Card_Button) XXX_Merge(src proto.Message) {
xxx_messageInfo_Intent_Message_Card_Button.Merge(m, src)
}
func (m *Intent_Message_Card_Button) XXX_Size() int {
return xxx_messageInfo_Intent_Message_Card_Button.Size(m)
}
func (m *Intent_Message_Card_Button) XXX_DiscardUnknown() {
xxx_messageInfo_Intent_Message_Card_Button.DiscardUnknown(m)
}
var xxx_messageInfo_Intent_Message_Card_Button proto.InternalMessageInfo
func (m *Intent_Message_Card_Button) GetText() string {
if m != nil {
return m.Text
}
return ""
}
func (m *Intent_Message_Card_Button) GetPostback() string {
if m != nil {
return m.Postback
}
return ""
}
// The simple response message containing speech or text.
type Intent_Message_SimpleResponse struct {
// One of text_to_speech or ssml must be provided. The plain text of the
// speech output. Mutually exclusive with ssml.
TextToSpeech string `protobuf:"bytes,1,opt,name=text_to_speech,json=textToSpeech,proto3" json:"text_to_speech,omitempty"`
// One of text_to_speech or ssml must be provided. Structured spoken
// response to the user in the SSML format. Mutually exclusive with
// text_to_speech.
Ssml string `protobuf:"bytes,2,opt,name=ssml,proto3" json:"ssml,omitempty"`
// Optional. The text to display.
DisplayText string `protobuf:"bytes,3,opt,name=display_text,json=displayText,proto3" json:"display_text,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Intent_Message_SimpleResponse) Reset() { *m = Intent_Message_SimpleResponse{} }
func (m *Intent_Message_SimpleResponse) String() string { return proto.CompactTextString(m) }
func (*Intent_Message_SimpleResponse) ProtoMessage() {}
func (*Intent_Message_SimpleResponse) Descriptor() ([]byte, []int) {
return fileDescriptor_6c20e31044d743bd, []int{0, 2, 4}
}
func (m *Intent_Message_SimpleResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Intent_Message_SimpleResponse.Unmarshal(m, b)
}
func (m *Intent_Message_SimpleResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Intent_Message_SimpleResponse.Marshal(b, m, deterministic)
}
func (m *Intent_Message_SimpleResponse) XXX_Merge(src proto.Message) {
xxx_messageInfo_Intent_Message_SimpleResponse.Merge(m, src)
}
func (m *Intent_Message_SimpleResponse) XXX_Size() int {
return xxx_messageInfo_Intent_Message_SimpleResponse.Size(m)
}
func (m *Intent_Message_SimpleResponse) XXX_DiscardUnknown() {
xxx_messageInfo_Intent_Message_SimpleResponse.DiscardUnknown(m)
}
var xxx_messageInfo_Intent_Message_SimpleResponse proto.InternalMessageInfo
func (m *Intent_Message_SimpleResponse) GetTextToSpeech() string {
if m != nil {
return m.TextToSpeech
}
return ""
}
func (m *Intent_Message_SimpleResponse) GetSsml() string {
if m != nil {
return m.Ssml
}
return ""
}
func (m *Intent_Message_SimpleResponse) GetDisplayText() string {
if m != nil {
return m.DisplayText
}
return ""
}
// The collection of simple response candidates.
// This message in `QueryResult.fulfillment_messages` and
// `WebhookResponse.fulfillment_messages` should contain only one
// `SimpleResponse`.
type Intent_Message_SimpleResponses struct {
// Required. The list of simple responses.
SimpleResponses []*Intent_Message_SimpleResponse `protobuf:"bytes,1,rep,name=simple_responses,json=simpleResponses,proto3" json:"simple_responses,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Intent_Message_SimpleResponses) Reset() { *m = Intent_Message_SimpleResponses{} }
func (m *Intent_Message_SimpleResponses) String() string { return proto.CompactTextString(m) }
func (*Intent_Message_SimpleResponses) ProtoMessage() {}
func (*Intent_Message_SimpleResponses) Descriptor() ([]byte, []int) {
return fileDescriptor_6c20e31044d743bd, []int{0, 2, 5}
}
func (m *Intent_Message_SimpleResponses) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Intent_Message_SimpleResponses.Unmarshal(m, b)
}
func (m *Intent_Message_SimpleResponses) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Intent_Message_SimpleResponses.Marshal(b, m, deterministic)
}
func (m *Intent_Message_SimpleResponses) XXX_Merge(src proto.Message) {
xxx_messageInfo_Intent_Message_SimpleResponses.Merge(m, src)
}
func (m *Intent_Message_SimpleResponses) XXX_Size() int {
return xxx_messageInfo_Intent_Message_SimpleResponses.Size(m)
}
func (m *Intent_Message_SimpleResponses) XXX_DiscardUnknown() {
xxx_messageInfo_Intent_Message_SimpleResponses.DiscardUnknown(m)
}
var xxx_messageInfo_Intent_Message_SimpleResponses proto.InternalMessageInfo
func (m *Intent_Message_SimpleResponses) GetSimpleResponses() []*Intent_Message_SimpleResponse {
if m != nil {
return m.SimpleResponses
}
return nil
}
// The basic card message. Useful for displaying information.
type Intent_Message_BasicCard struct {
// Optional. The title of the card.
Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
// Optional. The subtitle of the card.
Subtitle string `protobuf:"bytes,2,opt,name=subtitle,proto3" json:"subtitle,omitempty"`
// Required, unless image is present. The body text of the card.
FormattedText string `protobuf:"bytes,3,opt,name=formatted_text,json=formattedText,proto3" json:"formatted_text,omitempty"`
// Optional. The image for the card.
Image *Intent_Message_Image `protobuf:"bytes,4,opt,name=image,proto3" json:"image,omitempty"`
// Optional. The collection of card buttons.
Buttons []*Intent_Message_BasicCard_Button `protobuf:"bytes,5,rep,name=buttons,proto3" json:"buttons,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Intent_Message_BasicCard) Reset() { *m = Intent_Message_BasicCard{} }
func (m *Intent_Message_BasicCard) String() string { return proto.CompactTextString(m) }
func (*Intent_Message_BasicCard) ProtoMessage() {}
func (*Intent_Message_BasicCard) Descriptor() ([]byte, []int) {
return fileDescriptor_6c20e31044d743bd, []int{0, 2, 6}
}
func (m *Intent_Message_BasicCard) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Intent_Message_BasicCard.Unmarshal(m, b)
}
func (m *Intent_Message_BasicCard) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Intent_Message_BasicCard.Marshal(b, m, deterministic)
}
func (m *Intent_Message_BasicCard) XXX_Merge(src proto.Message) {
xxx_messageInfo_Intent_Message_BasicCard.Merge(m, src)
}
func (m *Intent_Message_BasicCard) XXX_Size() int {
return xxx_messageInfo_Intent_Message_BasicCard.Size(m)
}
func (m *Intent_Message_BasicCard) XXX_DiscardUnknown() {
xxx_messageInfo_Intent_Message_BasicCard.DiscardUnknown(m)
}
var xxx_messageInfo_Intent_Message_BasicCard proto.InternalMessageInfo
func (m *Intent_Message_BasicCard) GetTitle() string {
if m != nil {
return m.Title
}
return ""
}
func (m *Intent_Message_BasicCard) GetSubtitle() string {
if m != nil {
return m.Subtitle
}
return ""
}
func (m *Intent_Message_BasicCard) GetFormattedText() string {
if m != nil {
return m.FormattedText
}
return ""
}
func (m *Intent_Message_BasicCard) GetImage() *Intent_Message_Image {
if m != nil {
return m.Image
}
return nil
}
func (m *Intent_Message_BasicCard) GetButtons() []*Intent_Message_BasicCard_Button {
if m != nil {
return m.Buttons
}
return nil
}
// The button object that appears at the bottom of a card.
type Intent_Message_BasicCard_Button struct {
// Required. The title of the button.
Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
// Required. Action to take when a user taps on the button.
OpenUriAction *Intent_Message_BasicCard_Button_OpenUriAction `protobuf:"bytes,2,opt,name=open_uri_action,json=openUriAction,proto3" json:"open_uri_action,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Intent_Message_BasicCard_Button) Reset() { *m = Intent_Message_BasicCard_Button{} }
func (m *Intent_Message_BasicCard_Button) String() string { return proto.CompactTextString(m) }
func (*Intent_Message_BasicCard_Button) ProtoMessage() {}
func (*Intent_Message_BasicCard_Button) Descriptor() ([]byte, []int) {
return fileDescriptor_6c20e31044d743bd, []int{0, 2, 6, 0}
}
func (m *Intent_Message_BasicCard_Button) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Intent_Message_BasicCard_Button.Unmarshal(m, b)
}
func (m *Intent_Message_BasicCard_Button) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Intent_Message_BasicCard_Button.Marshal(b, m, deterministic)
}
func (m *Intent_Message_BasicCard_Button) XXX_Merge(src proto.Message) {
xxx_messageInfo_Intent_Message_BasicCard_Button.Merge(m, src)
}
func (m *Intent_Message_BasicCard_Button) XXX_Size() int {
return xxx_messageInfo_Intent_Message_BasicCard_Button.Size(m)
}
func (m *Intent_Message_BasicCard_Button) XXX_DiscardUnknown() {
xxx_messageInfo_Intent_Message_BasicCard_Button.DiscardUnknown(m)
}
var xxx_messageInfo_Intent_Message_BasicCard_Button proto.InternalMessageInfo
func (m *Intent_Message_BasicCard_Button) GetTitle() string {
if m != nil {
return m.Title
}
return ""
}
func (m *Intent_Message_BasicCard_Button) GetOpenUriAction() *Intent_Message_BasicCard_Button_OpenUriAction {
if m != nil {
return m.OpenUriAction
}
return nil
}
// Opens the given URI.
type Intent_Message_BasicCard_Button_OpenUriAction struct {
// Required. The HTTP or HTTPS scheme URI.
Uri string `protobuf:"bytes,1,opt,name=uri,proto3" json:"uri,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Intent_Message_BasicCard_Button_OpenUriAction) Reset() {
*m = Intent_Message_BasicCard_Button_OpenUriAction{}
}
func (m *Intent_Message_BasicCard_Button_OpenUriAction) String() string {
return proto.CompactTextString(m)
}
func (*Intent_Message_BasicCard_Button_OpenUriAction) ProtoMessage() {}
func (*Intent_Message_BasicCard_Button_OpenUriAction) Descriptor() ([]byte, []int) {
return fileDescriptor_6c20e31044d743bd, []int{0, 2, 6, 0, 0}
}
func (m *Intent_Message_BasicCard_Button_OpenUriAction) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Intent_Message_BasicCard_Button_OpenUriAction.Unmarshal(m, b)
}
func (m *Intent_Message_BasicCard_Button_OpenUriAction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Intent_Message_BasicCard_Button_OpenUriAction.Marshal(b, m, deterministic)
}
func (m *Intent_Message_BasicCard_Button_OpenUriAction) XXX_Merge(src proto.Message) {
xxx_messageInfo_Intent_Message_BasicCard_Button_OpenUriAction.Merge(m, src)
}
func (m *Intent_Message_BasicCard_Button_OpenUriAction) XXX_Size() int {
return xxx_messageInfo_Intent_Message_BasicCard_Button_OpenUriAction.Size(m)
}
func (m *Intent_Message_BasicCard_Button_OpenUriAction) XXX_DiscardUnknown() {
xxx_messageInfo_Intent_Message_BasicCard_Button_OpenUriAction.DiscardUnknown(m)
}
var xxx_messageInfo_Intent_Message_BasicCard_Button_OpenUriAction proto.InternalMessageInfo
func (m *Intent_Message_BasicCard_Button_OpenUriAction) GetUri() string {
if m != nil {
return m.Uri
}
return ""
}
// The suggestion chip message that the user can tap to quickly post a reply
// to the conversation.
type Intent_Message_Suggestion struct {
// Required. The text shown the in the suggestion chip.
Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Intent_Message_Suggestion) Reset() { *m = Intent_Message_Suggestion{} }
func (m *Intent_Message_Suggestion) String() string { return proto.CompactTextString(m) }
func (*Intent_Message_Suggestion) ProtoMessage() {}
func (*Intent_Message_Suggestion) Descriptor() ([]byte, []int) {
return fileDescriptor_6c20e31044d743bd, []int{0, 2, 7}
}
func (m *Intent_Message_Suggestion) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Intent_Message_Suggestion.Unmarshal(m, b)
}
func (m *Intent_Message_Suggestion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Intent_Message_Suggestion.Marshal(b, m, deterministic)
}
func (m *Intent_Message_Suggestion) XXX_Merge(src proto.Message) {
xxx_messageInfo_Intent_Message_Suggestion.Merge(m, src)
}
func (m *Intent_Message_Suggestion) XXX_Size() int {
return xxx_messageInfo_Intent_Message_Suggestion.Size(m)
}
func (m *Intent_Message_Suggestion) XXX_DiscardUnknown() {
xxx_messageInfo_Intent_Message_Suggestion.DiscardUnknown(m)
}
var xxx_messageInfo_Intent_Message_Suggestion proto.InternalMessageInfo
func (m *Intent_Message_Suggestion) GetTitle() string {
if m != nil {
return m.Title
}
return ""
}
// The collection of suggestions.
type Intent_Message_Suggestions struct {
// Required. The list of suggested replies.
Suggestions []*Intent_Message_Suggestion `protobuf:"bytes,1,rep,name=suggestions,proto3" json:"suggestions,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Intent_Message_Suggestions) Reset() { *m = Intent_Message_Suggestions{} }
func (m *Intent_Message_Suggestions) String() string { return proto.CompactTextString(m) }
func (*Intent_Message_Suggestions) ProtoMessage() {}
func (*Intent_Message_Suggestions) Descriptor() ([]byte, []int) {
return fileDescriptor_6c20e31044d743bd, []int{0, 2, 8}
}
func (m *Intent_Message_Suggestions) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Intent_Message_Suggestions.Unmarshal(m, b)
}
func (m *Intent_Message_Suggestions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Intent_Message_Suggestions.Marshal(b, m, deterministic)
}
func (m *Intent_Message_Suggestions) XXX_Merge(src proto.Message) {
xxx_messageInfo_Intent_Message_Suggestions.Merge(m, src)
}
func (m *Intent_Message_Suggestions) XXX_Size() int {
return xxx_messageInfo_Intent_Message_Suggestions.Size(m)
}
func (m *Intent_Message_Suggestions) XXX_DiscardUnknown() {
xxx_messageInfo_Intent_Message_Suggestions.DiscardUnknown(m)
}
var xxx_messageInfo_Intent_Message_Suggestions proto.InternalMessageInfo
func (m *Intent_Message_Suggestions) GetSuggestions() []*Intent_Message_Suggestion {
if m != nil {
return m.Suggestions
}
return nil
}
// The suggestion chip message that allows the user to jump out to the app
// or website associated with this agent.
type Intent_Message_LinkOutSuggestion struct {
// Required. The name of the app or site this chip is linking to.
DestinationName string `protobuf:"bytes,1,opt,name=destination_name,json=destinationName,proto3" json:"destination_name,omitempty"`
// Required. The URI of the app or site to open when the user taps the
// suggestion chip.
Uri string `protobuf:"bytes,2,opt,name=uri,proto3" json:"uri,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Intent_Message_LinkOutSuggestion) Reset() { *m = Intent_Message_LinkOutSuggestion{} }
func (m *Intent_Message_LinkOutSuggestion) String() string { return proto.CompactTextString(m) }
func (*Intent_Message_LinkOutSuggestion) ProtoMessage() {}
func (*Intent_Message_LinkOutSuggestion) Descriptor() ([]byte, []int) {
return fileDescriptor_6c20e31044d743bd, []int{0, 2, 9}
}
func (m *Intent_Message_LinkOutSuggestion) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Intent_Message_LinkOutSuggestion.Unmarshal(m, b)
}
func (m *Intent_Message_LinkOutSuggestion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Intent_Message_LinkOutSuggestion.Marshal(b, m, deterministic)
}
func (m *Intent_Message_LinkOutSuggestion) XXX_Merge(src proto.Message) {
xxx_messageInfo_Intent_Message_LinkOutSuggestion.Merge(m, src)
}
func (m *Intent_Message_LinkOutSuggestion) XXX_Size() int {
return xxx_messageInfo_Intent_Message_LinkOutSuggestion.Size(m)
}
func (m *Intent_Message_LinkOutSuggestion) XXX_DiscardUnknown() {
xxx_messageInfo_Intent_Message_LinkOutSuggestion.DiscardUnknown(m)
}
var xxx_messageInfo_Intent_Message_LinkOutSuggestion proto.InternalMessageInfo
func (m *Intent_Message_LinkOutSuggestion) GetDestinationName() string {
if m != nil {
return m.DestinationName
}
return ""
}
func (m *Intent_Message_LinkOutSuggestion) GetUri() string {
if m != nil {
return m.Uri
}
return ""
}
// The card for presenting a list of options to select from.
type Intent_Message_ListSelect struct {
// Optional. The overall title of the list.
Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
// Required. List items.
Items []*Intent_Message_ListSelect_Item `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"`
// Optional. Subtitle of the list.
Subtitle string `protobuf:"bytes,3,opt,name=subtitle,proto3" json:"subtitle,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Intent_Message_ListSelect) Reset() { *m = Intent_Message_ListSelect{} }
func (m *Intent_Message_ListSelect) String() string { return proto.CompactTextString(m) }
func (*Intent_Message_ListSelect) ProtoMessage() {}
func (*Intent_Message_ListSelect) Descriptor() ([]byte, []int) {
return fileDescriptor_6c20e31044d743bd, []int{0, 2, 10}
}
func (m *Intent_Message_ListSelect) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Intent_Message_ListSelect.Unmarshal(m, b)
}
func (m *Intent_Message_ListSelect) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Intent_Message_ListSelect.Marshal(b, m, deterministic)
}
func (m *Intent_Message_ListSelect) XXX_Merge(src proto.Message) {
xxx_messageInfo_Intent_Message_ListSelect.Merge(m, src)
}
func (m *Intent_Message_ListSelect) XXX_Size() int {
return xxx_messageInfo_Intent_Message_ListSelect.Size(m)
}
func (m *Intent_Message_ListSelect) XXX_DiscardUnknown() {
xxx_messageInfo_Intent_Message_ListSelect.DiscardUnknown(m)
}
var xxx_messageInfo_Intent_Message_ListSelect proto.InternalMessageInfo
func (m *Intent_Message_ListSelect) GetTitle() string {
if m != nil {
return m.Title
}
return ""
}
func (m *Intent_Message_ListSelect) GetItems() []*Intent_Message_ListSelect_Item {
if m != nil {
return m.Items
}
return nil
}
func (m *Intent_Message_ListSelect) GetSubtitle() string {
if m != nil {
return m.Subtitle
}
return ""
}
// An item in the list.
type Intent_Message_ListSelect_Item struct {
// Required. Additional information about this option.
Info *Intent_Message_SelectItemInfo `protobuf:"bytes,1,opt,name=info,proto3" json:"info,omitempty"`
// Required. The title of the list item.
Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
// Optional. The main text describing the item.
Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
// Optional. The image to display.
Image *Intent_Message_Image `protobuf:"bytes,4,opt,name=image,proto3" json:"image,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Intent_Message_ListSelect_Item) Reset() { *m = Intent_Message_ListSelect_Item{} }
func (m *Intent_Message_ListSelect_Item) String() string { return proto.CompactTextString(m) }
func (*Intent_Message_ListSelect_Item) ProtoMessage() {}
func (*Intent_Message_ListSelect_Item) Descriptor() ([]byte, []int) {
return fileDescriptor_6c20e31044d743bd, []int{0, 2, 10, 0}
}
func (m *Intent_Message_ListSelect_Item) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Intent_Message_ListSelect_Item.Unmarshal(m, b)
}
func (m *Intent_Message_ListSelect_Item) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Intent_Message_ListSelect_Item.Marshal(b, m, deterministic)
}
func (m *Intent_Message_ListSelect_Item) XXX_Merge(src proto.Message) {
xxx_messageInfo_Intent_Message_ListSelect_Item.Merge(m, src)
}
func (m *Intent_Message_ListSelect_Item) XXX_Size() int {
return xxx_messageInfo_Intent_Message_ListSelect_Item.Size(m)
}
func (m *Intent_Message_ListSelect_Item) XXX_DiscardUnknown() {
xxx_messageInfo_Intent_Message_ListSelect_Item.DiscardUnknown(m)
}
var xxx_messageInfo_Intent_Message_ListSelect_Item proto.InternalMessageInfo
func (m *Intent_Message_ListSelect_Item) GetInfo() *Intent_Message_SelectItemInfo {
if m != nil {
return m.Info
}
return nil
}
func (m *Intent_Message_ListSelect_Item) GetTitle() string {
if m != nil {
return m.Title
}
return ""
}
func (m *Intent_Message_ListSelect_Item) GetDescription() string {
if m != nil {
return m.Description
}
return ""
}
func (m *Intent_Message_ListSelect_Item) GetImage() *Intent_Message_Image {
if m != nil {
return m.Image
}
return nil
}
// The card for presenting a carousel of options to select from.
type Intent_Message_CarouselSelect struct {
// Required. Carousel items.
Items []*Intent_Message_CarouselSelect_Item `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Intent_Message_CarouselSelect) Reset() { *m = Intent_Message_CarouselSelect{} }
func (m *Intent_Message_CarouselSelect) String() string { return proto.CompactTextString(m) }
func (*Intent_Message_CarouselSelect) ProtoMessage() {}
func (*Intent_Message_CarouselSelect) Descriptor() ([]byte, []int) {
return fileDescriptor_6c20e31044d743bd, []int{0, 2, 11}
}
func (m *Intent_Message_CarouselSelect) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Intent_Message_CarouselSelect.Unmarshal(m, b)
}
func (m *Intent_Message_CarouselSelect) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Intent_Message_CarouselSelect.Marshal(b, m, deterministic)
}
func (m *Intent_Message_CarouselSelect) XXX_Merge(src proto.Message) {
xxx_messageInfo_Intent_Message_CarouselSelect.Merge(m, src)
}
func (m *Intent_Message_CarouselSelect) XXX_Size() int {
return xxx_messageInfo_Intent_Message_CarouselSelect.Size(m)
}
func (m *Intent_Message_CarouselSelect) XXX_DiscardUnknown() {
xxx_messageInfo_Intent_Message_CarouselSelect.DiscardUnknown(m)
}
var xxx_messageInfo_Intent_Message_CarouselSelect proto.InternalMessageInfo
func (m *Intent_Message_CarouselSelect) GetItems() []*Intent_Message_CarouselSelect_Item {
if m != nil {
return m.Items
}
return nil
}
// An item in the carousel.
type Intent_Message_CarouselSelect_Item struct {
// Required. Additional info about the option item.
Info *Intent_Message_SelectItemInfo `protobuf:"bytes,1,opt,name=info,proto3" json:"info,omitempty"`
// Required. Title of the carousel item.
Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
// Optional. The body text of the card.
Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
// Optional. The image to display.
Image *Intent_Message_Image `protobuf:"bytes,4,opt,name=image,proto3" json:"image,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Intent_Message_CarouselSelect_Item) Reset() { *m = Intent_Message_CarouselSelect_Item{} }
func (m *Intent_Message_CarouselSelect_Item) String() string { return proto.CompactTextString(m) }
func (*Intent_Message_CarouselSelect_Item) ProtoMessage() {}
func (*Intent_Message_CarouselSelect_Item) Descriptor() ([]byte, []int) {
return fileDescriptor_6c20e31044d743bd, []int{0, 2, 11, 0}
}
func (m *Intent_Message_CarouselSelect_Item) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Intent_Message_CarouselSelect_Item.Unmarshal(m, b)
}
func (m *Intent_Message_CarouselSelect_Item) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Intent_Message_CarouselSelect_Item.Marshal(b, m, deterministic)
}
func (m *Intent_Message_CarouselSelect_Item) XXX_Merge(src proto.Message) {
xxx_messageInfo_Intent_Message_CarouselSelect_Item.Merge(m, src)
}
func (m *Intent_Message_CarouselSelect_Item) XXX_Size() int {
return xxx_messageInfo_Intent_Message_CarouselSelect_Item.Size(m)
}
func (m *Intent_Message_CarouselSelect_Item) XXX_DiscardUnknown() {
xxx_messageInfo_Intent_Message_CarouselSelect_Item.DiscardUnknown(m)
}
var xxx_messageInfo_Intent_Message_CarouselSelect_Item proto.InternalMessageInfo
func (m *Intent_Message_CarouselSelect_Item) GetInfo() *Intent_Message_SelectItemInfo {
if m != nil {
return m.Info
}
return nil
}
func (m *Intent_Message_CarouselSelect_Item) GetTitle() string {
if m != nil {
return m.Title
}
return ""
}
func (m *Intent_Message_CarouselSelect_Item) GetDescription() string {
if m != nil {
return m.Description
}
return ""
}
func (m *Intent_Message_CarouselSelect_Item) GetImage() *Intent_Message_Image {
if m != nil {
return m.Image
}
return nil
}
// Additional info about the select item for when it is triggered in a
// dialog.
type Intent_Message_SelectItemInfo struct {
// Required. A unique key that will be sent back to the agent if this
// response is given.
Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
// Optional. A list of synonyms that can also be used to trigger this
// item in dialog.
Synonyms []string `protobuf:"bytes,2,rep,name=synonyms,proto3" json:"synonyms,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Intent_Message_SelectItemInfo) Reset() { *m = Intent_Message_SelectItemInfo{} }
func (m *Intent_Message_SelectItemInfo) String() string { return proto.CompactTextString(m) }
func (*Intent_Message_SelectItemInfo) ProtoMessage() {}
func (*Intent_Message_SelectItemInfo) Descriptor() ([]byte, []int) {
return fileDescriptor_6c20e31044d743bd, []int{0, 2, 12}
}
func (m *Intent_Message_SelectItemInfo) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Intent_Message_SelectItemInfo.Unmarshal(m, b)
}
func (m *Intent_Message_SelectItemInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Intent_Message_SelectItemInfo.Marshal(b, m, deterministic)
}
func (m *Intent_Message_SelectItemInfo) XXX_Merge(src proto.Message) {
xxx_messageInfo_Intent_Message_SelectItemInfo.Merge(m, src)
}
func (m *Intent_Message_SelectItemInfo) XXX_Size() int {
return xxx_messageInfo_Intent_Message_SelectItemInfo.Size(m)
}
func (m *Intent_Message_SelectItemInfo) XXX_DiscardUnknown() {
xxx_messageInfo_Intent_Message_SelectItemInfo.DiscardUnknown(m)
}
var xxx_messageInfo_Intent_Message_SelectItemInfo proto.InternalMessageInfo
func (m *Intent_Message_SelectItemInfo) GetKey() string {
if m != nil {
return m.Key
}
return ""
}
func (m *Intent_Message_SelectItemInfo) GetSynonyms() []string {
if m != nil {
return m.Synonyms
}
return nil
}
// The media content card for Actions on Google.
type Intent_Message_MediaContent struct {
// Optional. What type of media is the content (ie "audio").
MediaType Intent_Message_MediaContent_ResponseMediaType `protobuf:"varint,1,opt,name=media_type,json=mediaType,proto3,enum=google.cloud.dialogflow.v2.Intent_Message_MediaContent_ResponseMediaType" json:"media_type,omitempty"`
// Required. List of media objects.
MediaObjects []*Intent_Message_MediaContent_ResponseMediaObject `protobuf:"bytes,2,rep,name=media_objects,json=mediaObjects,proto3" json:"media_objects,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Intent_Message_MediaContent) Reset() { *m = Intent_Message_MediaContent{} }
func (m *Intent_Message_MediaContent) String() string { return proto.CompactTextString(m) }
func (*Intent_Message_MediaContent) ProtoMessage() {}
func (*Intent_Message_MediaContent) Descriptor() ([]byte, []int) {
return fileDescriptor_6c20e31044d743bd, []int{0, 2, 13}
}
func (m *Intent_Message_MediaContent) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Intent_Message_MediaContent.Unmarshal(m, b)
}
func (m *Intent_Message_MediaContent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Intent_Message_MediaContent.Marshal(b, m, deterministic)
}
func (m *Intent_Message_MediaContent) XXX_Merge(src proto.Message) {
xxx_messageInfo_Intent_Message_MediaContent.Merge(m, src)
}
func (m *Intent_Message_MediaContent) XXX_Size() int {
return xxx_messageInfo_Intent_Message_MediaContent.Size(m)
}
func (m *Intent_Message_MediaContent) XXX_DiscardUnknown() {
xxx_messageInfo_Intent_Message_MediaContent.DiscardUnknown(m)
}
var xxx_messageInfo_Intent_Message_MediaContent proto.InternalMessageInfo
func (m *Intent_Message_MediaContent) GetMediaType() Intent_Message_MediaContent_ResponseMediaType {
if m != nil {
return m.MediaType
}
return Intent_Message_MediaContent_RESPONSE_MEDIA_TYPE_UNSPECIFIED
}
func (m *Intent_Message_MediaContent) GetMediaObjects() []*Intent_Message_MediaContent_ResponseMediaObject {
if m != nil {
return m.MediaObjects
}
return nil
}
// Response media object for media content card.
type Intent_Message_MediaContent_ResponseMediaObject struct {
// Required. Name of media card.
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
// Optional. Description of media card.
Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
// Image to show with the media card.
//
// Types that are valid to be assigned to Image:
// *Intent_Message_MediaContent_ResponseMediaObject_LargeImage
// *Intent_Message_MediaContent_ResponseMediaObject_Icon
Image isIntent_Message_MediaContent_ResponseMediaObject_Image `protobuf_oneof:"image"`
// Required. Url where the media is stored.
ContentUrl string `protobuf:"bytes,5,opt,name=content_url,json=contentUrl,proto3" json:"content_url,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Intent_Message_MediaContent_ResponseMediaObject) Reset() {
*m = Intent_Message_MediaContent_ResponseMediaObject{}
}
func (m *Intent_Message_MediaContent_ResponseMediaObject) String() string {
return proto.CompactTextString(m)
}
func (*Intent_Message_MediaContent_ResponseMediaObject) ProtoMessage() {}
func (*Intent_Message_MediaContent_ResponseMediaObject) Descriptor() ([]byte, []int) {
return fileDescriptor_6c20e31044d743bd, []int{0, 2, 13, 0}
}
func (m *Intent_Message_MediaContent_ResponseMediaObject) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Intent_Message_MediaContent_ResponseMediaObject.Unmarshal(m, b)
}
func (m *Intent_Message_MediaContent_ResponseMediaObject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Intent_Message_MediaContent_ResponseMediaObject.Marshal(b, m, deterministic)
}
func (m *Intent_Message_MediaContent_ResponseMediaObject) XXX_Merge(src proto.Message) {
xxx_messageInfo_Intent_Message_MediaContent_ResponseMediaObject.Merge(m, src)
}
func (m *Intent_Message_MediaContent_ResponseMediaObject) XXX_Size() int {
return xxx_messageInfo_Intent_Message_MediaContent_ResponseMediaObject.Size(m)
}
func (m *Intent_Message_MediaContent_ResponseMediaObject) XXX_DiscardUnknown() {
xxx_messageInfo_Intent_Message_MediaContent_ResponseMediaObject.DiscardUnknown(m)
}
var xxx_messageInfo_Intent_Message_MediaContent_ResponseMediaObject proto.InternalMessageInfo
func (m *Intent_Message_MediaContent_ResponseMediaObject) GetName() string {
if m != nil {
return m.Name
}
return ""
}
func (m *Intent_Message_MediaContent_ResponseMediaObject) GetDescription() string {
if m != nil {
return m.Description
}
return ""
}
type isIntent_Message_MediaContent_ResponseMediaObject_Image interface {
isIntent_Message_MediaContent_ResponseMediaObject_Image()
}
type Intent_Message_MediaContent_ResponseMediaObject_LargeImage struct {
LargeImage *Intent_Message_Image `protobuf:"bytes,3,opt,name=large_image,json=largeImage,proto3,oneof"`
}
type Intent_Message_MediaContent_ResponseMediaObject_Icon struct {
Icon *Intent_Message_Image `protobuf:"bytes,4,opt,name=icon,proto3,oneof"`
}
func (*Intent_Message_MediaContent_ResponseMediaObject_LargeImage) isIntent_Message_MediaContent_ResponseMediaObject_Image() {
}
func (*Intent_Message_MediaContent_ResponseMediaObject_Icon) isIntent_Message_MediaContent_ResponseMediaObject_Image() {
}
func (m *Intent_Message_MediaContent_ResponseMediaObject) GetImage() isIntent_Message_MediaContent_ResponseMediaObject_Image {
if m != nil {
return m.Image
}
return nil
}
func (m *Intent_Message_MediaContent_ResponseMediaObject) GetLargeImage() *Intent_Message_Image {
if x, ok := m.GetImage().(*Intent_Message_MediaContent_ResponseMediaObject_LargeImage); ok {
return x.LargeImage
}
return nil
}
func (m *Intent_Message_MediaContent_ResponseMediaObject) GetIcon() *Intent_Message_Image {
if x, ok := m.GetImage().(*Intent_Message_MediaContent_ResponseMediaObject_Icon); ok {
return x.Icon
}
return nil
}
func (m *Intent_Message_MediaContent_ResponseMediaObject) GetContentUrl() string {
if m != nil {
return m.ContentUrl
}
return ""
}
// XXX_OneofWrappers is for the internal use of the proto package.
func (*Intent_Message_MediaContent_ResponseMediaObject) XXX_OneofWrappers() []interface{} {
return []interface{}{
(*Intent_Message_MediaContent_ResponseMediaObject_LargeImage)(nil),
(*Intent_Message_MediaContent_ResponseMediaObject_Icon)(nil),
}
}
// Browse Carousel Card for Actions on Google.
// https://developers.google.com/actions/assistant/responses#browsing_carousel
type Intent_Message_BrowseCarouselCard struct {
// Required. List of items in the Browse Carousel Card. Minimum of two
// items, maximum of ten.
Items []*Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
// Optional. Settings for displaying the image. Applies to every image in
// [items][google.cloud.dialogflow.v2.Intent.Message.BrowseCarouselCard.items].
ImageDisplayOptions Intent_Message_BrowseCarouselCard_ImageDisplayOptions `protobuf:"varint,2,opt,name=image_display_options,json=imageDisplayOptions,proto3,enum=google.cloud.dialogflow.v2.Intent_Message_BrowseCarouselCard_ImageDisplayOptions" json:"image_display_options,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Intent_Message_BrowseCarouselCard) Reset() { *m = Intent_Message_BrowseCarouselCard{} }
func (m *Intent_Message_BrowseCarouselCard) String() string { return proto.CompactTextString(m) }
func (*Intent_Message_BrowseCarouselCard) ProtoMessage() {}
func (*Intent_Message_BrowseCarouselCard) Descriptor() ([]byte, []int) {
return fileDescriptor_6c20e31044d743bd, []int{0, 2, 14}
}
func (m *Intent_Message_BrowseCarouselCard) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Intent_Message_BrowseCarouselCard.Unmarshal(m, b)
}
func (m *Intent_Message_BrowseCarouselCard) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Intent_Message_BrowseCarouselCard.Marshal(b, m, deterministic)
}
func (m *Intent_Message_BrowseCarouselCard) XXX_Merge(src proto.Message) {
xxx_messageInfo_Intent_Message_BrowseCarouselCard.Merge(m, src)
}
func (m *Intent_Message_BrowseCarouselCard) XXX_Size() int {
return xxx_messageInfo_Intent_Message_BrowseCarouselCard.Size(m)
}
func (m *Intent_Message_BrowseCarouselCard) XXX_DiscardUnknown() {
xxx_messageInfo_Intent_Message_BrowseCarouselCard.DiscardUnknown(m)
}
var xxx_messageInfo_Intent_Message_BrowseCarouselCard proto.InternalMessageInfo
func (m *Intent_Message_BrowseCarouselCard) GetItems() []*Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem {
if m != nil {
return m.Items
}
return nil
}
func (m *Intent_Message_BrowseCarouselCard) GetImageDisplayOptions() Intent_Message_BrowseCarouselCard_ImageDisplayOptions {
if m != nil {
return m.ImageDisplayOptions
}
return Intent_Message_BrowseCarouselCard_IMAGE_DISPLAY_OPTIONS_UNSPECIFIED
}
// Browsing carousel tile
type Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem struct {
// Required. Action to present to the user.
OpenUriAction *Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction `protobuf:"bytes,1,opt,name=open_uri_action,json=openUriAction,proto3" json:"open_uri_action,omitempty"`
// Required. Title of the carousel item. Maximum of two lines of text.
Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
// Optional. Description of the carousel item. Maximum of four lines of
// text.
Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
// Optional. Hero image for the carousel item.
Image *Intent_Message_Image `protobuf:"bytes,4,opt,name=image,proto3" json:"image,omitempty"`
// Optional. Text that appears at the bottom of the Browse Carousel
// Card. Maximum of one line of text.
Footer string `protobuf:"bytes,5,opt,name=footer,proto3" json:"footer,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem) Reset() {
*m = Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem{}
}
func (m *Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem) String() string {
return proto.CompactTextString(m)
}
func (*Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem) ProtoMessage() {}
func (*Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem) Descriptor() ([]byte, []int) {
return fileDescriptor_6c20e31044d743bd, []int{0, 2, 14, 0}
}
func (m *Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem.Unmarshal(m, b)
}
func (m *Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem.Marshal(b, m, deterministic)
}
func (m *Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem) XXX_Merge(src proto.Message) {
xxx_messageInfo_Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem.Merge(m, src)
}
func (m *Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem) XXX_Size() int {
return xxx_messageInfo_Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem.Size(m)
}
func (m *Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem) XXX_DiscardUnknown() {
xxx_messageInfo_Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem.DiscardUnknown(m)
}
var xxx_messageInfo_Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem proto.InternalMessageInfo
func (m *Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem) GetOpenUriAction() *Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction {
if m != nil {
return m.OpenUriAction
}
return nil
}
func (m *Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem) GetTitle() string {
if m != nil {
return m.Title
}
return ""
}
func (m *Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem) GetDescription() string {
if m != nil {
return m.Description
}
return ""
}
func (m *Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem) GetImage() *Intent_Message_Image {
if m != nil {
return m.Image
}
return nil
}
func (m *Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem) GetFooter() string {
if m != nil {
return m.Footer
}
return ""
}
// Actions on Google action to open a given url.
type Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction struct {
// Required. URL
Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
// Optional. Specifies the type of viewer that is used when opening
// the URL. Defaults to opening via web browser.
UrlTypeHint Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction_UrlTypeHint `protobuf:"varint,3,opt,name=url_type_hint,json=urlTypeHint,proto3,enum=google.cloud.dialogflow.v2.Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction_UrlTypeHint" json:"url_type_hint,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction) Reset() {
*m = Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction{}
}
func (m *Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction) String() string {
return proto.CompactTextString(m)
}
func (*Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction) ProtoMessage() {}
func (*Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction) Descriptor() ([]byte, []int) {
return fileDescriptor_6c20e31044d743bd, []int{0, 2, 14, 0, 0}
}
func (m *Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction.Unmarshal(m, b)
}
func (m *Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction.Marshal(b, m, deterministic)
}
func (m *Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction) XXX_Merge(src proto.Message) {
xxx_messageInfo_Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction.Merge(m, src)
}
func (m *Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction) XXX_Size() int {
return xxx_messageInfo_Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction.Size(m)
}
func (m *Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction) XXX_DiscardUnknown() {
xxx_messageInfo_Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction.DiscardUnknown(m)
}
var xxx_messageInfo_Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction proto.InternalMessageInfo
func (m *Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction) GetUrl() string {
if m != nil {
return m.Url
}
return ""
}
func (m *Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction) GetUrlTypeHint() Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction_UrlTypeHint {
if m != nil {
return m.UrlTypeHint
}
return Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction_URL_TYPE_HINT_UNSPECIFIED
}
// Table card for Actions on Google.
type Intent_Message_TableCard struct {
// Required. Title of the card.
Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
// Optional. Subtitle to the title.
Subtitle string `protobuf:"bytes,2,opt,name=subtitle,proto3" json:"subtitle,omitempty"`
// Optional. Image which should be displayed on the card.
Image *Intent_Message_Image `protobuf:"bytes,3,opt,name=image,proto3" json:"image,omitempty"`
// Optional. Display properties for the columns in this table.
ColumnProperties []*Intent_Message_ColumnProperties `protobuf:"bytes,4,rep,name=column_properties,json=columnProperties,proto3" json:"column_properties,omitempty"`
// Optional. Rows in this table of data.
Rows []*Intent_Message_TableCardRow `protobuf:"bytes,5,rep,name=rows,proto3" json:"rows,omitempty"`
// Optional. List of buttons for the card.
Buttons []*Intent_Message_BasicCard_Button `protobuf:"bytes,6,rep,name=buttons,proto3" json:"buttons,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Intent_Message_TableCard) Reset() { *m = Intent_Message_TableCard{} }
func (m *Intent_Message_TableCard) String() string { return proto.CompactTextString(m) }
func (*Intent_Message_TableCard) ProtoMessage() {}
func (*Intent_Message_TableCard) Descriptor() ([]byte, []int) {
return fileDescriptor_6c20e31044d743bd, []int{0, 2, 15}
}
func (m *Intent_Message_TableCard) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Intent_Message_TableCard.Unmarshal(m, b)
}
func (m *Intent_Message_TableCard) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Intent_Message_TableCard.Marshal(b, m, deterministic)
}
func (m *Intent_Message_TableCard) XXX_Merge(src proto.Message) {
xxx_messageInfo_Intent_Message_TableCard.Merge(m, src)
}
func (m *Intent_Message_TableCard) XXX_Size() int {
return xxx_messageInfo_Intent_Message_TableCard.Size(m)
}
func (m *Intent_Message_TableCard) XXX_DiscardUnknown() {
xxx_messageInfo_Intent_Message_TableCard.DiscardUnknown(m)
}
var xxx_messageInfo_Intent_Message_TableCard proto.InternalMessageInfo
func (m *Intent_Message_TableCard) GetTitle() string {
if m != nil {
return m.Title
}
return ""
}
func (m *Intent_Message_TableCard) GetSubtitle() string {
if m != nil {
return m.Subtitle
}
return ""
}
func (m *Intent_Message_TableCard) GetImage() *Intent_Message_Image {
if m != nil {
return m.Image
}
return nil
}
func (m *Intent_Message_TableCard) GetColumnProperties() []*Intent_Message_ColumnProperties {
if m != nil {
return m.ColumnProperties
}
return nil
}
func (m *Intent_Message_TableCard) GetRows() []*Intent_Message_TableCardRow {
if m != nil {
return m.Rows
}
return nil
}
func (m *Intent_Message_TableCard) GetButtons() []*Intent_Message_BasicCard_Button {
if m != nil {
return m.Buttons
}
return nil
}
// Column properties for [TableCard][google.cloud.dialogflow.v2.Intent.Message.TableCard].
type Intent_Message_ColumnProperties struct {
// Required. Column heading.
Header string `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
// Optional. Defines text alignment for all cells in this column.
HorizontalAlignment Intent_Message_ColumnProperties_HorizontalAlignment `protobuf:"varint,2,opt,name=horizontal_alignment,json=horizontalAlignment,proto3,enum=google.cloud.dialogflow.v2.Intent_Message_ColumnProperties_HorizontalAlignment" json:"horizontal_alignment,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Intent_Message_ColumnProperties) Reset() { *m = Intent_Message_ColumnProperties{} }
func (m *Intent_Message_ColumnProperties) String() string { return proto.CompactTextString(m) }
func (*Intent_Message_ColumnProperties) ProtoMessage() {}
func (*Intent_Message_ColumnProperties) Descriptor() ([]byte, []int) {
return fileDescriptor_6c20e31044d743bd, []int{0, 2, 16}
}
func (m *Intent_Message_ColumnProperties) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Intent_Message_ColumnProperties.Unmarshal(m, b)
}
func (m *Intent_Message_ColumnProperties) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Intent_Message_ColumnProperties.Marshal(b, m, deterministic)
}
func (m *Intent_Message_ColumnProperties) XXX_Merge(src proto.Message) {
xxx_messageInfo_Intent_Message_ColumnProperties.Merge(m, src)
}
func (m *Intent_Message_ColumnProperties) XXX_Size() int {
return xxx_messageInfo_Intent_Message_ColumnProperties.Size(m)
}
func (m *Intent_Message_ColumnProperties) XXX_DiscardUnknown() {
xxx_messageInfo_Intent_Message_ColumnProperties.DiscardUnknown(m)
}
var xxx_messageInfo_Intent_Message_ColumnProperties proto.InternalMessageInfo
func (m *Intent_Message_ColumnProperties) GetHeader() string {
if m != nil {
return m.Header
}
return ""
}
func (m *Intent_Message_ColumnProperties) GetHorizontalAlignment() Intent_Message_ColumnProperties_HorizontalAlignment {
if m != nil {
return m.HorizontalAlignment
}
return Intent_Message_ColumnProperties_HORIZONTAL_ALIGNMENT_UNSPECIFIED
}
// Row of [TableCard][google.cloud.dialogflow.v2.Intent.Message.TableCard].
type Intent_Message_TableCardRow struct {
// Optional. List of cells that make up this row.
Cells []*Intent_Message_TableCardCell `protobuf:"bytes,1,rep,name=cells,proto3" json:"cells,omitempty"`
// Optional. Whether to add a visual divider after this row.
DividerAfter bool `protobuf:"varint,2,opt,name=divider_after,json=dividerAfter,proto3" json:"divider_after,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Intent_Message_TableCardRow) Reset() { *m = Intent_Message_TableCardRow{} }
func (m *Intent_Message_TableCardRow) String() string { return proto.CompactTextString(m) }
func (*Intent_Message_TableCardRow) ProtoMessage() {}
func (*Intent_Message_TableCardRow) Descriptor() ([]byte, []int) {
return fileDescriptor_6c20e31044d743bd, []int{0, 2, 17}
}
func (m *Intent_Message_TableCardRow) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Intent_Message_TableCardRow.Unmarshal(m, b)
}
func (m *Intent_Message_TableCardRow) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Intent_Message_TableCardRow.Marshal(b, m, deterministic)
}
func (m *Intent_Message_TableCardRow) XXX_Merge(src proto.Message) {
xxx_messageInfo_Intent_Message_TableCardRow.Merge(m, src)
}
func (m *Intent_Message_TableCardRow) XXX_Size() int {
return xxx_messageInfo_Intent_Message_TableCardRow.Size(m)
}
func (m *Intent_Message_TableCardRow) XXX_DiscardUnknown() {
xxx_messageInfo_Intent_Message_TableCardRow.DiscardUnknown(m)
}
var xxx_messageInfo_Intent_Message_TableCardRow proto.InternalMessageInfo
func (m *Intent_Message_TableCardRow) GetCells() []*Intent_Message_TableCardCell {
if m != nil {
return m.Cells
}
return nil
}
func (m *Intent_Message_TableCardRow) GetDividerAfter() bool {
if m != nil {
return m.DividerAfter
}
return false
}
// Cell of [TableCardRow][google.cloud.dialogflow.v2.Intent.Message.TableCardRow].
type Intent_Message_TableCardCell struct {
// Required. Text in this cell.
Text string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Intent_Message_TableCardCell) Reset() { *m = Intent_Message_TableCardCell{} }
func (m *Intent_Message_TableCardCell) String() string { return proto.CompactTextString(m) }
func (*Intent_Message_TableCardCell) ProtoMessage() {}
func (*Intent_Message_TableCardCell) Descriptor() ([]byte, []int) {
return fileDescriptor_6c20e31044d743bd, []int{0, 2, 18}
}
func (m *Intent_Message_TableCardCell) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Intent_Message_TableCardCell.Unmarshal(m, b)
}
func (m *Intent_Message_TableCardCell) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Intent_Message_TableCardCell.Marshal(b, m, deterministic)
}
func (m *Intent_Message_TableCardCell) XXX_Merge(src proto.Message) {
xxx_messageInfo_Intent_Message_TableCardCell.Merge(m, src)
}
func (m *Intent_Message_TableCardCell) XXX_Size() int {
return xxx_messageInfo_Intent_Message_TableCardCell.Size(m)
}
func (m *Intent_Message_TableCardCell) XXX_DiscardUnknown() {
xxx_messageInfo_Intent_Message_TableCardCell.DiscardUnknown(m)
}
var xxx_messageInfo_Intent_Message_TableCardCell proto.InternalMessageInfo
func (m *Intent_Message_TableCardCell) GetText() string {
if m != nil {
return m.Text
}
return ""
}
// Represents a single followup intent in the chain.
type Intent_FollowupIntentInfo struct {
// The unique identifier of the followup intent.
// Format: `projects/<Project ID>/agent/intents/<Intent ID>`.
FollowupIntentName string `protobuf:"bytes,1,opt,name=followup_intent_name,json=followupIntentName,proto3" json:"followup_intent_name,omitempty"`
// The unique identifier of the followup intent's parent.
// Format: `projects/<Project ID>/agent/intents/<Intent ID>`.
ParentFollowupIntentName string `protobuf:"bytes,2,opt,name=parent_followup_intent_name,json=parentFollowupIntentName,proto3" json:"parent_followup_intent_name,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Intent_FollowupIntentInfo) Reset() { *m = Intent_FollowupIntentInfo{} }
func (m *Intent_FollowupIntentInfo) String() string { return proto.CompactTextString(m) }
func (*Intent_FollowupIntentInfo) ProtoMessage() {}
func (*Intent_FollowupIntentInfo) Descriptor() ([]byte, []int) {
return fileDescriptor_6c20e31044d743bd, []int{0, 3}
}
func (m *Intent_FollowupIntentInfo) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Intent_FollowupIntentInfo.Unmarshal(m, b)
}
func (m *Intent_FollowupIntentInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Intent_FollowupIntentInfo.Marshal(b, m, deterministic)
}
func (m *Intent_FollowupIntentInfo) XXX_Merge(src proto.Message) {
xxx_messageInfo_Intent_FollowupIntentInfo.Merge(m, src)
}
func (m *Intent_FollowupIntentInfo) XXX_Size() int {
return xxx_messageInfo_Intent_FollowupIntentInfo.Size(m)
}
func (m *Intent_FollowupIntentInfo) XXX_DiscardUnknown() {
xxx_messageInfo_Intent_FollowupIntentInfo.DiscardUnknown(m)
}
var xxx_messageInfo_Intent_FollowupIntentInfo proto.InternalMessageInfo
func (m *Intent_FollowupIntentInfo) GetFollowupIntentName() string {
if m != nil {
return m.FollowupIntentName
}
return ""
}
func (m *Intent_FollowupIntentInfo) GetParentFollowupIntentName() string {
if m != nil {
return m.ParentFollowupIntentName
}
return ""
}
// The request message for [Intents.ListIntents][google.cloud.dialogflow.v2.Intents.ListIntents].
type ListIntentsRequest struct {
// Required. The agent to list all intents from.
// Format: `projects/<Project ID>/agent`.
Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
// Optional. The language used to access language-specific data.
// If not specified, the agent's default language is used.
// For more information, see
// [Multilingual intent and entity
// data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-entity).
LanguageCode string `protobuf:"bytes,2,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"`
// Optional. The resource view to apply to the returned intent.
IntentView IntentView `protobuf:"varint,3,opt,name=intent_view,json=intentView,proto3,enum=google.cloud.dialogflow.v2.IntentView" json:"intent_view,omitempty"`
// Optional. The maximum number of items to return in a single page. By
// default 100 and at most 1000.
PageSize int32 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
// Optional. The next_page_token value returned from a previous list request.
PageToken string `protobuf:"bytes,5,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ListIntentsRequest) Reset() { *m = ListIntentsRequest{} }
func (m *ListIntentsRequest) String() string { return proto.CompactTextString(m) }
func (*ListIntentsRequest) ProtoMessage() {}
func (*ListIntentsRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_6c20e31044d743bd, []int{1}
}
func (m *ListIntentsRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ListIntentsRequest.Unmarshal(m, b)
}
func (m *ListIntentsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ListIntentsRequest.Marshal(b, m, deterministic)
}
func (m *ListIntentsRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_ListIntentsRequest.Merge(m, src)
}
func (m *ListIntentsRequest) XXX_Size() int {
return xxx_messageInfo_ListIntentsRequest.Size(m)
}
func (m *ListIntentsRequest) XXX_DiscardUnknown() {
xxx_messageInfo_ListIntentsRequest.DiscardUnknown(m)
}
var xxx_messageInfo_ListIntentsRequest proto.InternalMessageInfo
func (m *ListIntentsRequest) GetParent() string {
if m != nil {
return m.Parent
}
return ""
}
func (m *ListIntentsRequest) GetLanguageCode() string {
if m != nil {
return m.LanguageCode
}
return ""
}
func (m *ListIntentsRequest) GetIntentView() IntentView {
if m != nil {
return m.IntentView
}
return IntentView_INTENT_VIEW_UNSPECIFIED
}
func (m *ListIntentsRequest) GetPageSize() int32 {
if m != nil {
return m.PageSize
}
return 0
}
func (m *ListIntentsRequest) GetPageToken() string {
if m != nil {
return m.PageToken
}
return ""
}
// The response message for [Intents.ListIntents][google.cloud.dialogflow.v2.Intents.ListIntents].
type ListIntentsResponse struct {
// The list of agent intents. There will be a maximum number of items
// returned based on the page_size field in the request.
Intents []*Intent `protobuf:"bytes,1,rep,name=intents,proto3" json:"intents,omitempty"`
// Token to retrieve the next page of results, or empty if there are no
// more results in the list.
NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ListIntentsResponse) Reset() { *m = ListIntentsResponse{} }
func (m *ListIntentsResponse) String() string { return proto.CompactTextString(m) }
func (*ListIntentsResponse) ProtoMessage() {}
func (*ListIntentsResponse) Descriptor() ([]byte, []int) {
return fileDescriptor_6c20e31044d743bd, []int{2}
}
func (m *ListIntentsResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ListIntentsResponse.Unmarshal(m, b)
}
func (m *ListIntentsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ListIntentsResponse.Marshal(b, m, deterministic)
}
func (m *ListIntentsResponse) XXX_Merge(src proto.Message) {
xxx_messageInfo_ListIntentsResponse.Merge(m, src)
}
func (m *ListIntentsResponse) XXX_Size() int {
return xxx_messageInfo_ListIntentsResponse.Size(m)
}
func (m *ListIntentsResponse) XXX_DiscardUnknown() {
xxx_messageInfo_ListIntentsResponse.DiscardUnknown(m)
}
var xxx_messageInfo_ListIntentsResponse proto.InternalMessageInfo
func (m *ListIntentsResponse) GetIntents() []*Intent {
if m != nil {
return m.Intents
}
return nil
}
func (m *ListIntentsResponse) GetNextPageToken() string {
if m != nil {
return m.NextPageToken
}
return ""
}
// The request message for [Intents.GetIntent][google.cloud.dialogflow.v2.Intents.GetIntent].
type GetIntentRequest struct {
// Required. The name of the intent.
// Format: `projects/<Project ID>/agent/intents/<Intent ID>`.
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
// Optional. The language used to access language-specific data.
// If not specified, the agent's default language is used.
// For more information, see
// [Multilingual intent and entity
// data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-entity).
LanguageCode string `protobuf:"bytes,2,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"`
// Optional. The resource view to apply to the returned intent.
IntentView IntentView `protobuf:"varint,3,opt,name=intent_view,json=intentView,proto3,enum=google.cloud.dialogflow.v2.IntentView" json:"intent_view,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GetIntentRequest) Reset() { *m = GetIntentRequest{} }
func (m *GetIntentRequest) String() string { return proto.CompactTextString(m) }
func (*GetIntentRequest) ProtoMessage() {}
func (*GetIntentRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_6c20e31044d743bd, []int{3}
}
func (m *GetIntentRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetIntentRequest.Unmarshal(m, b)
}
func (m *GetIntentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetIntentRequest.Marshal(b, m, deterministic)
}
func (m *GetIntentRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetIntentRequest.Merge(m, src)
}
func (m *GetIntentRequest) XXX_Size() int {
return xxx_messageInfo_GetIntentRequest.Size(m)
}
func (m *GetIntentRequest) XXX_DiscardUnknown() {
xxx_messageInfo_GetIntentRequest.DiscardUnknown(m)
}
var xxx_messageInfo_GetIntentRequest proto.InternalMessageInfo
func (m *GetIntentRequest) GetName() string {
if m != nil {
return m.Name
}
return ""
}
func (m *GetIntentRequest) GetLanguageCode() string {
if m != nil {
return m.LanguageCode
}
return ""
}
func (m *GetIntentRequest) GetIntentView() IntentView {
if m != nil {
return m.IntentView
}
return IntentView_INTENT_VIEW_UNSPECIFIED
}
// The request message for [Intents.CreateIntent][google.cloud.dialogflow.v2.Intents.CreateIntent].
type CreateIntentRequest struct {
// Required. The agent to create a intent for.
// Format: `projects/<Project ID>/agent`.
Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
// Required. The intent to create.
Intent *Intent `protobuf:"bytes,2,opt,name=intent,proto3" json:"intent,omitempty"`
// Optional. The language used to access language-specific data.
// If not specified, the agent's default language is used.
// For more information, see
// [Multilingual intent and entity
// data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-entity).
LanguageCode string `protobuf:"bytes,3,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"`
// Optional. The resource view to apply to the returned intent.
IntentView IntentView `protobuf:"varint,4,opt,name=intent_view,json=intentView,proto3,enum=google.cloud.dialogflow.v2.IntentView" json:"intent_view,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *CreateIntentRequest) Reset() { *m = CreateIntentRequest{} }
func (m *CreateIntentRequest) String() string { return proto.CompactTextString(m) }
func (*CreateIntentRequest) ProtoMessage() {}
func (*CreateIntentRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_6c20e31044d743bd, []int{4}
}
func (m *CreateIntentRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_CreateIntentRequest.Unmarshal(m, b)
}
func (m *CreateIntentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_CreateIntentRequest.Marshal(b, m, deterministic)
}
func (m *CreateIntentRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_CreateIntentRequest.Merge(m, src)
}
func (m *CreateIntentRequest) XXX_Size() int {
return xxx_messageInfo_CreateIntentRequest.Size(m)
}
func (m *CreateIntentRequest) XXX_DiscardUnknown() {
xxx_messageInfo_CreateIntentRequest.DiscardUnknown(m)
}
var xxx_messageInfo_CreateIntentRequest proto.InternalMessageInfo
func (m *CreateIntentRequest) GetParent() string {
if m != nil {
return m.Parent
}
return ""
}
func (m *CreateIntentRequest) GetIntent() *Intent {
if m != nil {
return m.Intent
}
return nil
}
func (m *CreateIntentRequest) GetLanguageCode() string {
if m != nil {
return m.LanguageCode
}
return ""
}
func (m *CreateIntentRequest) GetIntentView() IntentView {
if m != nil {
return m.IntentView
}
return IntentView_INTENT_VIEW_UNSPECIFIED
}
// The request message for [Intents.UpdateIntent][google.cloud.dialogflow.v2.Intents.UpdateIntent].
type UpdateIntentRequest struct {
// Required. The intent to update.
Intent *Intent `protobuf:"bytes,1,opt,name=intent,proto3" json:"intent,omitempty"`
// Optional. The language used to access language-specific data.
// If not specified, the agent's default language is used.
// For more information, see
// [Multilingual intent and entity
// data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-entity).
LanguageCode string `protobuf:"bytes,2,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"`
// Optional. The mask to control which fields get updated.
UpdateMask *field_mask.FieldMask `protobuf:"bytes,3,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
// Optional. The resource view to apply to the returned intent.
IntentView IntentView `protobuf:"varint,4,opt,name=intent_view,json=intentView,proto3,enum=google.cloud.dialogflow.v2.IntentView" json:"intent_view,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *UpdateIntentRequest) Reset() { *m = UpdateIntentRequest{} }
func (m *UpdateIntentRequest) String() string { return proto.CompactTextString(m) }
func (*UpdateIntentRequest) ProtoMessage() {}
func (*UpdateIntentRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_6c20e31044d743bd, []int{5}
}
func (m *UpdateIntentRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_UpdateIntentRequest.Unmarshal(m, b)
}
func (m *UpdateIntentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_UpdateIntentRequest.Marshal(b, m, deterministic)
}
func (m *UpdateIntentRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_UpdateIntentRequest.Merge(m, src)
}
func (m *UpdateIntentRequest) XXX_Size() int {
return xxx_messageInfo_UpdateIntentRequest.Size(m)
}
func (m *UpdateIntentRequest) XXX_DiscardUnknown() {
xxx_messageInfo_UpdateIntentRequest.DiscardUnknown(m)
}
var xxx_messageInfo_UpdateIntentRequest proto.InternalMessageInfo
func (m *UpdateIntentRequest) GetIntent() *Intent {
if m != nil {
return m.Intent
}
return nil
}
func (m *UpdateIntentRequest) GetLanguageCode() string {
if m != nil {
return m.LanguageCode
}
return ""
}
func (m *UpdateIntentRequest) GetUpdateMask() *field_mask.FieldMask {
if m != nil {
return m.UpdateMask
}
return nil
}
func (m *UpdateIntentRequest) GetIntentView() IntentView {
if m != nil {
return m.IntentView
}
return IntentView_INTENT_VIEW_UNSPECIFIED
}
// The request message for [Intents.DeleteIntent][google.cloud.dialogflow.v2.Intents.DeleteIntent].
type DeleteIntentRequest struct {
// Required. The name of the intent to delete. If this intent has direct or
// indirect followup intents, we also delete them.
// Format: `projects/<Project ID>/agent/intents/<Intent ID>`.
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *DeleteIntentRequest) Reset() { *m = DeleteIntentRequest{} }
func (m *DeleteIntentRequest) String() string { return proto.CompactTextString(m) }
func (*DeleteIntentRequest) ProtoMessage() {}
func (*DeleteIntentRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_6c20e31044d743bd, []int{6}
}
func (m *DeleteIntentRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_DeleteIntentRequest.Unmarshal(m, b)
}
func (m *DeleteIntentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_DeleteIntentRequest.Marshal(b, m, deterministic)
}
func (m *DeleteIntentRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_DeleteIntentRequest.Merge(m, src)
}
func (m *DeleteIntentRequest) XXX_Size() int {
return xxx_messageInfo_DeleteIntentRequest.Size(m)
}
func (m *DeleteIntentRequest) XXX_DiscardUnknown() {
xxx_messageInfo_DeleteIntentRequest.DiscardUnknown(m)
}
var xxx_messageInfo_DeleteIntentRequest proto.InternalMessageInfo
func (m *DeleteIntentRequest) GetName() string {
if m != nil {
return m.Name
}
return ""
}
type BatchUpdateIntentsRequest struct {
// Required. The name of the agent to update or create intents in.
// Format: `projects/<Project ID>/agent`.
Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
// The source of the intent batch.
//
// Types that are valid to be assigned to IntentBatch:
// *BatchUpdateIntentsRequest_IntentBatchUri
// *BatchUpdateIntentsRequest_IntentBatchInline
IntentBatch isBatchUpdateIntentsRequest_IntentBatch `protobuf_oneof:"intent_batch"`
// Optional. The language used to access language-specific data.
// If not specified, the agent's default language is used.
// For more information, see
// [Multilingual intent and entity
// data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-entity).
LanguageCode string `protobuf:"bytes,4,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"`
// Optional. The mask to control which fields get updated.
UpdateMask *field_mask.FieldMask `protobuf:"bytes,5,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
// Optional. The resource view to apply to the returned intent.
IntentView IntentView `protobuf:"varint,6,opt,name=intent_view,json=intentView,proto3,enum=google.cloud.dialogflow.v2.IntentView" json:"intent_view,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *BatchUpdateIntentsRequest) Reset() { *m = BatchUpdateIntentsRequest{} }
func (m *BatchUpdateIntentsRequest) String() string { return proto.CompactTextString(m) }
func (*BatchUpdateIntentsRequest) ProtoMessage() {}
func (*BatchUpdateIntentsRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_6c20e31044d743bd, []int{7}
}
func (m *BatchUpdateIntentsRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_BatchUpdateIntentsRequest.Unmarshal(m, b)
}
func (m *BatchUpdateIntentsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_BatchUpdateIntentsRequest.Marshal(b, m, deterministic)
}
func (m *BatchUpdateIntentsRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_BatchUpdateIntentsRequest.Merge(m, src)
}
func (m *BatchUpdateIntentsRequest) XXX_Size() int {
return xxx_messageInfo_BatchUpdateIntentsRequest.Size(m)
}
func (m *BatchUpdateIntentsRequest) XXX_DiscardUnknown() {
xxx_messageInfo_BatchUpdateIntentsRequest.DiscardUnknown(m)
}
var xxx_messageInfo_BatchUpdateIntentsRequest proto.InternalMessageInfo
func (m *BatchUpdateIntentsRequest) GetParent() string {
if m != nil {
return m.Parent
}
return ""
}
type isBatchUpdateIntentsRequest_IntentBatch interface {
isBatchUpdateIntentsRequest_IntentBatch()
}
type BatchUpdateIntentsRequest_IntentBatchUri struct {
IntentBatchUri string `protobuf:"bytes,2,opt,name=intent_batch_uri,json=intentBatchUri,proto3,oneof"`
}
type BatchUpdateIntentsRequest_IntentBatchInline struct {
IntentBatchInline *IntentBatch `protobuf:"bytes,3,opt,name=intent_batch_inline,json=intentBatchInline,proto3,oneof"`
}
func (*BatchUpdateIntentsRequest_IntentBatchUri) isBatchUpdateIntentsRequest_IntentBatch() {}
func (*BatchUpdateIntentsRequest_IntentBatchInline) isBatchUpdateIntentsRequest_IntentBatch() {}
func (m *BatchUpdateIntentsRequest) GetIntentBatch() isBatchUpdateIntentsRequest_IntentBatch {
if m != nil {
return m.IntentBatch
}
return nil
}
func (m *BatchUpdateIntentsRequest) GetIntentBatchUri() string {
if x, ok := m.GetIntentBatch().(*BatchUpdateIntentsRequest_IntentBatchUri); ok {
return x.IntentBatchUri
}
return ""
}
func (m *BatchUpdateIntentsRequest) GetIntentBatchInline() *IntentBatch {
if x, ok := m.GetIntentBatch().(*BatchUpdateIntentsRequest_IntentBatchInline); ok {
return x.IntentBatchInline
}
return nil
}
func (m *BatchUpdateIntentsRequest) GetLanguageCode() string {
if m != nil {
return m.LanguageCode
}
return ""
}
func (m *BatchUpdateIntentsRequest) GetUpdateMask() *field_mask.FieldMask {
if m != nil {
return m.UpdateMask
}
return nil
}
func (m *BatchUpdateIntentsRequest) GetIntentView() IntentView {
if m != nil {
return m.IntentView
}
return IntentView_INTENT_VIEW_UNSPECIFIED
}
// XXX_OneofWrappers is for the internal use of the proto package.
func (*BatchUpdateIntentsRequest) XXX_OneofWrappers() []interface{} {
return []interface{}{
(*BatchUpdateIntentsRequest_IntentBatchUri)(nil),
(*BatchUpdateIntentsRequest_IntentBatchInline)(nil),
}
}
// The response message for [Intents.BatchUpdateIntents][google.cloud.dialogflow.v2.Intents.BatchUpdateIntents].
type BatchUpdateIntentsResponse struct {
// The collection of updated or created intents.
Intents []*Intent `protobuf:"bytes,1,rep,name=intents,proto3" json:"intents,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *BatchUpdateIntentsResponse) Reset() { *m = BatchUpdateIntentsResponse{} }
func (m *BatchUpdateIntentsResponse) String() string { return proto.CompactTextString(m) }
func (*BatchUpdateIntentsResponse) ProtoMessage() {}
func (*BatchUpdateIntentsResponse) Descriptor() ([]byte, []int) {
return fileDescriptor_6c20e31044d743bd, []int{8}
}
func (m *BatchUpdateIntentsResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_BatchUpdateIntentsResponse.Unmarshal(m, b)
}
func (m *BatchUpdateIntentsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_BatchUpdateIntentsResponse.Marshal(b, m, deterministic)
}
func (m *BatchUpdateIntentsResponse) XXX_Merge(src proto.Message) {
xxx_messageInfo_BatchUpdateIntentsResponse.Merge(m, src)
}
func (m *BatchUpdateIntentsResponse) XXX_Size() int {
return xxx_messageInfo_BatchUpdateIntentsResponse.Size(m)
}
func (m *BatchUpdateIntentsResponse) XXX_DiscardUnknown() {
xxx_messageInfo_BatchUpdateIntentsResponse.DiscardUnknown(m)
}
var xxx_messageInfo_BatchUpdateIntentsResponse proto.InternalMessageInfo
func (m *BatchUpdateIntentsResponse) GetIntents() []*Intent {
if m != nil {
return m.Intents
}
return nil
}
// The request message for [Intents.BatchDeleteIntents][google.cloud.dialogflow.v2.Intents.BatchDeleteIntents].
type BatchDeleteIntentsRequest struct {
// Required. The name of the agent to delete all entities types for. Format:
// `projects/<Project ID>/agent`.
Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
// Required. The collection of intents to delete. Only intent `name` must be
// filled in.
Intents []*Intent `protobuf:"bytes,2,rep,name=intents,proto3" json:"intents,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *BatchDeleteIntentsRequest) Reset() { *m = BatchDeleteIntentsRequest{} }
func (m *BatchDeleteIntentsRequest) String() string { return proto.CompactTextString(m) }
func (*BatchDeleteIntentsRequest) ProtoMessage() {}
func (*BatchDeleteIntentsRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_6c20e31044d743bd, []int{9}
}
func (m *BatchDeleteIntentsRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_BatchDeleteIntentsRequest.Unmarshal(m, b)
}
func (m *BatchDeleteIntentsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_BatchDeleteIntentsRequest.Marshal(b, m, deterministic)
}
func (m *BatchDeleteIntentsRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_BatchDeleteIntentsRequest.Merge(m, src)
}
func (m *BatchDeleteIntentsRequest) XXX_Size() int {
return xxx_messageInfo_BatchDeleteIntentsRequest.Size(m)
}
func (m *BatchDeleteIntentsRequest) XXX_DiscardUnknown() {
xxx_messageInfo_BatchDeleteIntentsRequest.DiscardUnknown(m)
}
var xxx_messageInfo_BatchDeleteIntentsRequest proto.InternalMessageInfo
func (m *BatchDeleteIntentsRequest) GetParent() string {
if m != nil {
return m.Parent
}
return ""
}
func (m *BatchDeleteIntentsRequest) GetIntents() []*Intent {
if m != nil {
return m.Intents
}
return nil
}
// This message is a wrapper around a collection of intents.
type IntentBatch struct {
// A collection of intents.
Intents []*Intent `protobuf:"bytes,1,rep,name=intents,proto3" json:"intents,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *IntentBatch) Reset() { *m = IntentBatch{} }
func (m *IntentBatch) String() string { return proto.CompactTextString(m) }
func (*IntentBatch) ProtoMessage() {}
func (*IntentBatch) Descriptor() ([]byte, []int) {
return fileDescriptor_6c20e31044d743bd, []int{10}
}
func (m *IntentBatch) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_IntentBatch.Unmarshal(m, b)
}
func (m *IntentBatch) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_IntentBatch.Marshal(b, m, deterministic)
}
func (m *IntentBatch) XXX_Merge(src proto.Message) {
xxx_messageInfo_IntentBatch.Merge(m, src)
}
func (m *IntentBatch) XXX_Size() int {
return xxx_messageInfo_IntentBatch.Size(m)
}
func (m *IntentBatch) XXX_DiscardUnknown() {
xxx_messageInfo_IntentBatch.DiscardUnknown(m)
}
var xxx_messageInfo_IntentBatch proto.InternalMessageInfo
func (m *IntentBatch) GetIntents() []*Intent {
if m != nil {
return m.Intents
}
return nil
}
func init() {
proto.RegisterEnum("google.cloud.dialogflow.v2.IntentView", IntentView_name, IntentView_value)
proto.RegisterEnum("google.cloud.dialogflow.v2.Intent_WebhookState", Intent_WebhookState_name, Intent_WebhookState_value)
proto.RegisterEnum("google.cloud.dialogflow.v2.Intent_TrainingPhrase_Type", Intent_TrainingPhrase_Type_name, Intent_TrainingPhrase_Type_value)
proto.RegisterEnum("google.cloud.dialogflow.v2.Intent_Message_Platform", Intent_Message_Platform_name, Intent_Message_Platform_value)
proto.RegisterEnum("google.cloud.dialogflow.v2.Intent_Message_MediaContent_ResponseMediaType", Intent_Message_MediaContent_ResponseMediaType_name, Intent_Message_MediaContent_ResponseMediaType_value)
proto.RegisterEnum("google.cloud.dialogflow.v2.Intent_Message_BrowseCarouselCard_ImageDisplayOptions", Intent_Message_BrowseCarouselCard_ImageDisplayOptions_name, Intent_Message_BrowseCarouselCard_ImageDisplayOptions_value)
proto.RegisterEnum("google.cloud.dialogflow.v2.Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction_UrlTypeHint", Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction_UrlTypeHint_name, Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction_UrlTypeHint_value)
proto.RegisterEnum("google.cloud.dialogflow.v2.Intent_Message_ColumnProperties_HorizontalAlignment", Intent_Message_ColumnProperties_HorizontalAlignment_name, Intent_Message_ColumnProperties_HorizontalAlignment_value)
proto.RegisterType((*Intent)(nil), "google.cloud.dialogflow.v2.Intent")
proto.RegisterType((*Intent_TrainingPhrase)(nil), "google.cloud.dialogflow.v2.Intent.TrainingPhrase")
proto.RegisterType((*Intent_TrainingPhrase_Part)(nil), "google.cloud.dialogflow.v2.Intent.TrainingPhrase.Part")
proto.RegisterType((*Intent_Parameter)(nil), "google.cloud.dialogflow.v2.Intent.Parameter")
proto.RegisterType((*Intent_Message)(nil), "google.cloud.dialogflow.v2.Intent.Message")
proto.RegisterType((*Intent_Message_Text)(nil), "google.cloud.dialogflow.v2.Intent.Message.Text")
proto.RegisterType((*Intent_Message_Image)(nil), "google.cloud.dialogflow.v2.Intent.Message.Image")
proto.RegisterType((*Intent_Message_QuickReplies)(nil), "google.cloud.dialogflow.v2.Intent.Message.QuickReplies")
proto.RegisterType((*Intent_Message_Card)(nil), "google.cloud.dialogflow.v2.Intent.Message.Card")
proto.RegisterType((*Intent_Message_Card_Button)(nil), "google.cloud.dialogflow.v2.Intent.Message.Card.Button")
proto.RegisterType((*Intent_Message_SimpleResponse)(nil), "google.cloud.dialogflow.v2.Intent.Message.SimpleResponse")
proto.RegisterType((*Intent_Message_SimpleResponses)(nil), "google.cloud.dialogflow.v2.Intent.Message.SimpleResponses")
proto.RegisterType((*Intent_Message_BasicCard)(nil), "google.cloud.dialogflow.v2.Intent.Message.BasicCard")
proto.RegisterType((*Intent_Message_BasicCard_Button)(nil), "google.cloud.dialogflow.v2.Intent.Message.BasicCard.Button")
proto.RegisterType((*Intent_Message_BasicCard_Button_OpenUriAction)(nil), "google.cloud.dialogflow.v2.Intent.Message.BasicCard.Button.OpenUriAction")
proto.RegisterType((*Intent_Message_Suggestion)(nil), "google.cloud.dialogflow.v2.Intent.Message.Suggestion")
proto.RegisterType((*Intent_Message_Suggestions)(nil), "google.cloud.dialogflow.v2.Intent.Message.Suggestions")
proto.RegisterType((*Intent_Message_LinkOutSuggestion)(nil), "google.cloud.dialogflow.v2.Intent.Message.LinkOutSuggestion")
proto.RegisterType((*Intent_Message_ListSelect)(nil), "google.cloud.dialogflow.v2.Intent.Message.ListSelect")
proto.RegisterType((*Intent_Message_ListSelect_Item)(nil), "google.cloud.dialogflow.v2.Intent.Message.ListSelect.Item")
proto.RegisterType((*Intent_Message_CarouselSelect)(nil), "google.cloud.dialogflow.v2.Intent.Message.CarouselSelect")
proto.RegisterType((*Intent_Message_CarouselSelect_Item)(nil), "google.cloud.dialogflow.v2.Intent.Message.CarouselSelect.Item")
proto.RegisterType((*Intent_Message_SelectItemInfo)(nil), "google.cloud.dialogflow.v2.Intent.Message.SelectItemInfo")
proto.RegisterType((*Intent_Message_MediaContent)(nil), "google.cloud.dialogflow.v2.Intent.Message.MediaContent")
proto.RegisterType((*Intent_Message_MediaContent_ResponseMediaObject)(nil), "google.cloud.dialogflow.v2.Intent.Message.MediaContent.ResponseMediaObject")
proto.RegisterType((*Intent_Message_BrowseCarouselCard)(nil), "google.cloud.dialogflow.v2.Intent.Message.BrowseCarouselCard")
proto.RegisterType((*Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem)(nil), "google.cloud.dialogflow.v2.Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem")
proto.RegisterType((*Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction)(nil), "google.cloud.dialogflow.v2.Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction")
proto.RegisterType((*Intent_Message_TableCard)(nil), "google.cloud.dialogflow.v2.Intent.Message.TableCard")
proto.RegisterType((*Intent_Message_ColumnProperties)(nil), "google.cloud.dialogflow.v2.Intent.Message.ColumnProperties")
proto.RegisterType((*Intent_Message_TableCardRow)(nil), "google.cloud.dialogflow.v2.Intent.Message.TableCardRow")
proto.RegisterType((*Intent_Message_TableCardCell)(nil), "google.cloud.dialogflow.v2.Intent.Message.TableCardCell")
proto.RegisterType((*Intent_FollowupIntentInfo)(nil), "google.cloud.dialogflow.v2.Intent.FollowupIntentInfo")
proto.RegisterType((*ListIntentsRequest)(nil), "google.cloud.dialogflow.v2.ListIntentsRequest")
proto.RegisterType((*ListIntentsResponse)(nil), "google.cloud.dialogflow.v2.ListIntentsResponse")
proto.RegisterType((*GetIntentRequest)(nil), "google.cloud.dialogflow.v2.GetIntentRequest")
proto.RegisterType((*CreateIntentRequest)(nil), "google.cloud.dialogflow.v2.CreateIntentRequest")
proto.RegisterType((*UpdateIntentRequest)(nil), "google.cloud.dialogflow.v2.UpdateIntentRequest")
proto.RegisterType((*DeleteIntentRequest)(nil), "google.cloud.dialogflow.v2.DeleteIntentRequest")
proto.RegisterType((*BatchUpdateIntentsRequest)(nil), "google.cloud.dialogflow.v2.BatchUpdateIntentsRequest")
proto.RegisterType((*BatchUpdateIntentsResponse)(nil), "google.cloud.dialogflow.v2.BatchUpdateIntentsResponse")
proto.RegisterType((*BatchDeleteIntentsRequest)(nil), "google.cloud.dialogflow.v2.BatchDeleteIntentsRequest")
proto.RegisterType((*IntentBatch)(nil), "google.cloud.dialogflow.v2.IntentBatch")
}
func init() {
proto.RegisterFile("google/cloud/dialogflow/v2/intent.proto", fileDescriptor_6c20e31044d743bd)
}
var fileDescriptor_6c20e31044d743bd = []byte{
// 3683 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x3b, 0x4d, 0x6c, 0x23, 0x59,
0x5a, 0x29, 0xdb, 0x49, 0x9c, 0xcf, 0x8e, 0xe3, 0xbc, 0xa4, 0xbb, 0xdd, 0xd5, 0x33, 0xdb, 0x19,
0xcf, 0x5f, 0x88, 0x7a, 0xed, 0xd9, 0xcc, 0xce, 0x2c, 0xd3, 0x33, 0xc3, 0x6e, 0xd9, 0x71, 0x62,
0x2b, 0x4e, 0xec, 0x2e, 0x3b, 0x3d, 0xdb, 0x2d, 0xa0, 0x54, 0xb6, 0x5f, 0x9c, 0xda, 0x94, 0xab,
0x6a, 0xaa, 0x9e, 0x93, 0xc9, 0x0c, 0x23, 0x24, 0x10, 0x02, 0x2d, 0x42, 0x42, 0x02, 0x09, 0xc4,
0x09, 0x90, 0x90, 0x10, 0x42, 0x1c, 0xb8, 0x21, 0xc1, 0x11, 0x69, 0xd5, 0x47, 0xf6, 0x00, 0x84,
0xcb, 0x22, 0x71, 0x01, 0x4e, 0xdc, 0x10, 0x17, 0xd0, 0xfb, 0x29, 0xbb, 0xca, 0x76, 0xa7, 0xed,
0x24, 0xab, 0x3d, 0x70, 0x8a, 0xeb, 0xfb, 0x7d, 0xdf, 0xcf, 0xfb, 0xbe, 0xef, 0xbd, 0xaa, 0xc0,
0xbb, 0x5d, 0xdb, 0xee, 0x9a, 0x38, 0xdf, 0x36, 0xed, 0x7e, 0x27, 0xdf, 0x31, 0x74, 0xd3, 0xee,
0x1e, 0x9b, 0xf6, 0x79, 0xfe, 0x6c, 0x3b, 0x6f, 0x58, 0x04, 0x5b, 0x24, 0xe7, 0xb8, 0x36, 0xb1,
0x91, 0xcc, 0x09, 0x73, 0x8c, 0x30, 0x37, 0x24, 0xcc, 0x9d, 0x6d, 0xcb, 0xaf, 0x09, 0x21, 0xba,
0x63, 0xe4, 0x75, 0xcb, 0xb2, 0x89, 0x4e, 0x0c, 0xdb, 0xf2, 0x38, 0xa7, 0x7c, 0x2f, 0x80, 0x6d,
0x9b, 0xc6, 0x40, 0xa4, 0xfc, 0x30, 0x80, 0x38, 0x36, 0xb0, 0xd9, 0xd1, 0x5a, 0xf8, 0x44, 0x3f,
0x33, 0x6c, 0x57, 0x10, 0xdc, 0x0f, 0x10, 0xb8, 0xd8, 0xb3, 0xfb, 0x6e, 0x1b, 0x0b, 0xd4, 0x37,
0xaf, 0x58, 0xb7, 0xde, 0xef, 0x18, 0xb6, 0xd6, 0xb6, 0xad, 0x63, 0xa3, 0x2b, 0xc8, 0x37, 0xaf,
0x20, 0x6f, 0xdb, 0x16, 0xc1, 0x5f, 0xf8, 0x8b, 0x7a, 0x53, 0x50, 0x9a, 0xb6, 0xd5, 0x75, 0xfb,
0x96, 0x65, 0x58, 0xdd, 0xbc, 0xed, 0x60, 0x37, 0x64, 0xd2, 0x37, 0x04, 0x11, 0x7b, 0x6a, 0xf5,
0x8f, 0xf3, 0x9d, 0x3e, 0x27, 0x10, 0xf8, 0x07, 0xa3, 0x78, 0xdc, 0x73, 0xc8, 0x85, 0x40, 0x6e,
0x8c, 0x22, 0xb9, 0xed, 0x3d, 0xdd, 0x3b, 0x15, 0x14, 0xaf, 0x8d, 0x52, 0x78, 0xc4, 0xed, 0xb7,
0xc5, 0x0a, 0xb3, 0xbf, 0x55, 0x80, 0x85, 0x0a, 0x0b, 0x0d, 0xba, 0x07, 0x31, 0x4b, 0xef, 0xe1,
0x8c, 0xb4, 0x21, 0x6d, 0x2e, 0x15, 0xa2, 0x3f, 0x51, 0x24, 0x95, 0x01, 0xd0, 0x3b, 0x90, 0xec,
0x18, 0x9e, 0x63, 0xea, 0x17, 0x1a, 0x23, 0x88, 0xf8, 0x04, 0x11, 0x35, 0x21, 0x10, 0x87, 0x94,
0xee, 0x19, 0x2c, 0x9f, 0xe3, 0xd6, 0x89, 0x6d, 0x9f, 0x6a, 0x1e, 0xd1, 0x09, 0xce, 0x2c, 0x6c,
0x48, 0x9b, 0xa9, 0xed, 0x7c, 0xee, 0xe5, 0xd1, 0xce, 0x71, 0xdd, 0xb9, 0xcf, 0x38, 0x5f, 0x83,
0xb2, 0x71, 0xd5, 0xc9, 0xf3, 0x00, 0x08, 0x3d, 0x84, 0xb8, 0xe3, 0x1a, 0xb6, 0x6b, 0x90, 0x8b,
0x4c, 0x74, 0x43, 0xda, 0x9c, 0xe7, 0x44, 0x03, 0x20, 0x7a, 0x0b, 0x12, 0x86, 0xa7, 0x1d, 0xeb,
0xa6, 0xd9, 0xd2, 0xdb, 0xa7, 0x99, 0xd8, 0x86, 0xb4, 0x19, 0xe7, 0x34, 0x60, 0x78, 0xbb, 0x02,
0x4c, 0xa9, 0x7a, 0xa6, 0xd6, 0x31, 0x3c, 0xbd, 0x65, 0xe2, 0x4e, 0x66, 0x2d, 0x40, 0xd5, 0x33,
0x77, 0x04, 0x18, 0xbd, 0x0f, 0x6b, 0x86, 0xe5, 0xf4, 0x89, 0x26, 0x82, 0xc9, 0xac, 0xf6, 0x32,
0x8b, 0x1b, 0x51, 0xdf, 0x2f, 0xab, 0x0c, 0x5f, 0xe4, 0x68, 0x6a, 0xbb, 0x87, 0x1e, 0xc0, 0x02,
0x3e, 0xc3, 0x16, 0xf1, 0x32, 0xf1, 0x21, 0x9d, 0x00, 0x21, 0x1d, 0xd2, 0xc4, 0xd5, 0x0d, 0x1a,
0x7f, 0xcd, 0x39, 0x71, 0x75, 0x0f, 0x7b, 0x99, 0xa5, 0x8d, 0xe8, 0x66, 0x62, 0xfb, 0x5b, 0x53,
0x38, 0xa7, 0x29, 0x58, 0xeb, 0x8c, 0x93, 0x4b, 0x5e, 0x21, 0x21, 0x20, 0xd3, 0xaf, 0xb7, 0x69,
0xd6, 0x64, 0x60, 0x18, 0x3f, 0x01, 0x42, 0x4f, 0x60, 0xc5, 0xee, 0x93, 0x80, 0x49, 0x5e, 0x26,
0xc1, 0xd4, 0xbf, 0x79, 0x95, 0x7a, 0x61, 0x1f, 0x17, 0x95, 0xe2, 0x02, 0x04, 0xcc, 0x43, 0x5b,
0x90, 0x72, 0xb1, 0x87, 0x03, 0x12, 0x93, 0x43, 0x6f, 0x2e, 0x33, 0xd4, 0x80, 0xf6, 0x09, 0x80,
0xa3, 0xbb, 0x7a, 0x0f, 0x13, 0xec, 0x7a, 0x99, 0x65, 0xa6, 0xf9, 0xd1, 0x14, 0x86, 0xd7, 0x7d,
0x26, 0x11, 0xa3, 0xa1, 0x10, 0xb4, 0x0f, 0xf1, 0x1e, 0xf6, 0x3c, 0xbd, 0x8b, 0xbd, 0x4c, 0x8a,
0x09, 0xdc, 0x9a, 0x42, 0xe0, 0x01, 0x67, 0x11, 0xc9, 0xe3, 0x0b, 0x40, 0x67, 0x20, 0x77, 0xf0,
0xb1, 0xde, 0x37, 0x89, 0xe6, 0x62, 0xcf, 0xb1, 0x2d, 0x0f, 0x6b, 0x8e, 0xa9, 0x93, 0x63, 0xdb,
0xed, 0x79, 0x99, 0x95, 0x8d, 0xe8, 0x66, 0x6a, 0xfb, 0xfd, 0xe9, 0xc5, 0xe7, 0xea, 0x82, 0x97,
0xeb, 0xc9, 0x08, 0xd9, 0xaa, 0x10, 0xed, 0x63, 0x3d, 0xf4, 0x11, 0xdc, 0x77, 0x6d, 0x9b, 0x68,
0xc7, 0xb6, 0x69, 0xda, 0xe7, 0x7d, 0x47, 0xe3, 0x45, 0x92, 0xef, 0xb2, 0x34, 0x0d, 0xa3, 0x7a,
0x97, 0x12, 0xec, 0x0a, 0x3c, 0x57, 0xc3, 0xf6, 0xda, 0xa7, 0xf0, 0xc0, 0xd1, 0x5d, 0x4a, 0x3c,
0x91, 0x79, 0x95, 0x31, 0x67, 0x38, 0xc9, 0x04, 0xf6, 0x2e, 0xac, 0x8f, 0xf2, 0x19, 0xd6, 0xb1,
0x9d, 0x41, 0xcc, 0x95, 0x1f, 0x4c, 0x61, 0x6b, 0x58, 0x68, 0xc5, 0x3a, 0xb6, 0x55, 0x74, 0x3c,
0x06, 0x93, 0xff, 0x36, 0x0a, 0xa9, 0x70, 0xfe, 0x22, 0x14, 0xac, 0x33, 0xa2, 0xc4, 0xd4, 0x20,
0x46, 0x2e, 0x1c, 0x5e, 0x5a, 0x52, 0xdb, 0x1f, 0xce, 0xbc, 0x29, 0x72, 0xcd, 0x0b, 0x07, 0xf3,
0x92, 0xc4, 0x04, 0xa1, 0x27, 0x30, 0xef, 0xe8, 0x2e, 0xf1, 0x32, 0x51, 0x66, 0xd1, 0x35, 0x24,
0xd6, 0x75, 0x97, 0x70, 0x89, 0x5c, 0x12, 0xca, 0xc3, 0x2a, 0x31, 0x7a, 0xd8, 0xd3, 0xf4, 0x4e,
0x07, 0x77, 0xb4, 0xb6, 0xdd, 0xb7, 0x08, 0x2b, 0x34, 0xf3, 0xfe, 0x96, 0xa4, 0x58, 0x85, 0x22,
0x8b, 0x14, 0x27, 0xff, 0xba, 0x04, 0x31, 0x2a, 0x85, 0x5a, 0x4c, 0x37, 0x82, 0x6f, 0x31, 0xfd,
0x4d, 0x4b, 0x11, 0xb6, 0x88, 0x41, 0x2e, 0xb4, 0x81, 0xe1, 0x62, 0xd3, 0x02, 0x87, 0x53, 0x8b,
0xd0, 0x7d, 0x98, 0xd7, 0x4d, 0x43, 0xf7, 0x58, 0xd1, 0x13, 0x78, 0x0e, 0xa1, 0x55, 0xb9, 0xef,
0x61, 0x57, 0xeb, 0xe0, 0x63, 0xc3, 0xc2, 0x9d, 0x60, 0xc9, 0x4b, 0x50, 0xc4, 0x0e, 0x87, 0x67,
0x3f, 0x86, 0x18, 0x13, 0xb5, 0x0e, 0xe9, 0xe6, 0xb3, 0x7a, 0x49, 0x3b, 0x3a, 0x6c, 0xd4, 0x4b,
0xc5, 0xca, 0x6e, 0xa5, 0xb4, 0x93, 0x9e, 0x43, 0x09, 0x58, 0x2c, 0x7d, 0x5f, 0x39, 0xa8, 0x57,
0x4b, 0x69, 0x09, 0xa5, 0x21, 0xde, 0x2c, 0x1d, 0xd4, 0xab, 0x4a, 0xb3, 0x94, 0x8e, 0xc8, 0x91,
0xb8, 0x24, 0xff, 0x59, 0x04, 0x96, 0x06, 0xbb, 0x70, 0x62, 0xe4, 0xde, 0x98, 0xd4, 0x1c, 0xc2,
0x7d, 0xe1, 0x3e, 0xcc, 0x9f, 0xe9, 0x66, 0x1f, 0x87, 0x8c, 0x60, 0x10, 0xb4, 0x09, 0xcb, 0xfe,
0xce, 0xe3, 0x24, 0xb1, 0x21, 0x49, 0x52, 0x60, 0x9e, 0x32, 0xca, 0x4f, 0x20, 0x13, 0xf0, 0x97,
0x16, 0xd2, 0x39, 0x3f, 0x64, 0xba, 0x33, 0x74, 0xde, 0x4e, 0x60, 0x09, 0x6f, 0xc0, 0x52, 0x4f,
0xb7, 0x3a, 0x3a, 0xb1, 0xdd, 0x0b, 0xd6, 0x96, 0x84, 0xa7, 0x86, 0x50, 0xf4, 0x3a, 0x2c, 0x3a,
0xae, 0xdd, 0x73, 0x48, 0xa8, 0xd2, 0xfb, 0x30, 0xf4, 0x1a, 0x2c, 0x1a, 0x9e, 0x66, 0x1a, 0x1e,
0xc9, 0xc4, 0x87, 0xfc, 0x0b, 0x86, 0x57, 0x35, 0x3c, 0x22, 0xff, 0xd7, 0x7b, 0xb0, 0x28, 0x76,
0x3f, 0x2a, 0x05, 0xa2, 0x9d, 0x98, 0xaa, 0xfb, 0xf9, 0x75, 0xa3, 0x89, 0xbf, 0x20, 0xe5, 0x39,
0x91, 0x20, 0x65, 0x98, 0x37, 0x7a, 0x7a, 0x97, 0x7b, 0x34, 0xb1, 0xfd, 0xde, 0x0c, 0x72, 0x2a,
0x94, 0xaf, 0x3c, 0xa7, 0x72, 0x01, 0xe8, 0x97, 0x61, 0xf9, 0xf3, 0xbe, 0xd1, 0x3e, 0xd5, 0x5c,
0xec, 0x98, 0x06, 0xe6, 0xc9, 0x94, 0xd8, 0xfe, 0xce, 0x0c, 0x12, 0x9f, 0x50, 0x7e, 0x95, 0xb3,
0x97, 0xe7, 0xd4, 0xe4, 0xe7, 0x81, 0x67, 0x6a, 0x70, 0x5b, 0x77, 0x79, 0x06, 0xce, 0x66, 0x70,
0x51, 0x77, 0x3b, 0xd4, 0x60, 0xca, 0x8e, 0xde, 0x87, 0x45, 0x47, 0xbf, 0x30, 0x6d, 0xbd, 0xc3,
0x02, 0x9a, 0xd8, 0xbe, 0xe7, 0x4b, 0xf2, 0x47, 0x97, 0x5c, 0x83, 0x8d, 0x2e, 0xe5, 0x39, 0xd5,
0xa7, 0x44, 0x5d, 0x48, 0x7b, 0x46, 0xcf, 0x31, 0xf1, 0xa0, 0x72, 0xd3, 0xf0, 0x51, 0xee, 0xc7,
0x33, 0xac, 0xa3, 0xc1, 0x44, 0xf8, 0x05, 0x9a, 0x5a, 0xb8, 0xe2, 0x85, 0x41, 0xe8, 0x08, 0xa0,
0xa5, 0x7b, 0x46, 0x5b, 0x63, 0xa6, 0xc6, 0x99, 0x8a, 0x6f, 0xcf, 0xa0, 0xa2, 0x40, 0x99, 0x85,
0xbd, 0x4b, 0x2d, 0xff, 0x01, 0x3d, 0x87, 0x84, 0xd7, 0xef, 0x76, 0xb1, 0xc7, 0x26, 0xc2, 0xcc,
0x12, 0x93, 0xfb, 0xe1, 0x2c, 0x4b, 0x1f, 0x72, 0x97, 0xe7, 0xd4, 0xa0, 0x30, 0x64, 0xc1, 0x9a,
0x69, 0x58, 0xa7, 0x9a, 0xdd, 0x27, 0xda, 0x10, 0xce, 0xe6, 0x83, 0xc4, 0xf6, 0x27, 0x33, 0xe8,
0xa8, 0x1a, 0xd6, 0x69, 0xad, 0x4f, 0x86, 0xaa, 0xca, 0x73, 0xea, 0xaa, 0x39, 0x0a, 0x44, 0xdf,
0x87, 0x04, 0xdd, 0x1f, 0x9a, 0x87, 0x4d, 0xdc, 0x26, 0x99, 0x04, 0xd3, 0xf3, 0xc1, 0x4c, 0x7a,
0x3c, 0xd2, 0x60, 0xcc, 0xe5, 0x39, 0x15, 0xcc, 0xc1, 0x13, 0xea, 0xc0, 0x4a, 0x5b, 0x77, 0xed,
0xbe, 0x87, 0x4d, 0x5f, 0x7a, 0x92, 0x49, 0xff, 0x68, 0xb6, 0x64, 0x63, 0x12, 0x06, 0x1a, 0x52,
0xed, 0x10, 0x04, 0x7d, 0x0e, 0xeb, 0x2d, 0xd7, 0x3e, 0xf7, 0xb0, 0x36, 0x50, 0xc6, 0x82, 0x7d,
0x97, 0xa9, 0xfa, 0x74, 0x96, 0x60, 0x33, 0x31, 0xbe, 0x42, 0x11, 0x75, 0xd4, 0x1a, 0x83, 0xd2,
0xac, 0x22, 0x74, 0xe8, 0xe4, 0x8a, 0xee, 0xcd, 0x9c, 0x55, 0x4d, 0xca, 0xec, 0x67, 0x15, 0xf1,
0x1f, 0xe8, 0x8e, 0xef, 0xe1, 0x8e, 0xa1, 0xf3, 0xe1, 0xcc, 0x22, 0x99, 0xcc, 0xcc, 0x3b, 0xfe,
0x80, 0xf2, 0x17, 0x39, 0x3b, 0xdd, 0xf1, 0xbd, 0xc0, 0x33, 0x6a, 0x42, 0xdc, 0x9f, 0x8f, 0xc4,
0x90, 0x7f, 0xfd, 0xf1, 0x68, 0x20, 0x49, 0x7e, 0x08, 0x31, 0x5a, 0x01, 0xe9, 0x41, 0x44, 0x14,
0xd0, 0x41, 0x19, 0x66, 0x00, 0xf9, 0x97, 0x60, 0x9e, 0x95, 0x36, 0xb4, 0x01, 0x4b, 0xac, 0xb4,
0x69, 0x7d, 0xd7, 0x08, 0x9e, 0x57, 0xe2, 0x0c, 0x7a, 0xe4, 0x1a, 0x68, 0x1b, 0x90, 0xde, 0x6e,
0x63, 0xcf, 0x33, 0x5a, 0x86, 0xc9, 0xba, 0x06, 0x95, 0x18, 0xe8, 0xb2, 0xab, 0x21, 0x34, 0xd5,
0x2b, 0x37, 0x20, 0x19, 0xac, 0x73, 0xb4, 0x6f, 0x11, 0x83, 0x98, 0xa1, 0x13, 0x11, 0x87, 0xd0,
0xbe, 0x15, 0x2e, 0xa9, 0x91, 0xe1, 0x5a, 0x43, 0xc5, 0x51, 0xfe, 0x5f, 0x09, 0x62, 0x2c, 0x26,
0x57, 0x48, 0x7b, 0x08, 0x71, 0xaf, 0xdf, 0xe2, 0xd8, 0xc0, 0x12, 0x07, 0xc0, 0xb0, 0xbd, 0xd1,
0x49, 0xf6, 0x1e, 0xc1, 0x62, 0xab, 0x4f, 0x08, 0xad, 0x21, 0xb1, 0xa9, 0x27, 0x9e, 0x60, 0x19,
0xce, 0x15, 0x18, 0xbb, 0xe8, 0x7a, 0x42, 0x96, 0x5c, 0x80, 0x05, 0x0e, 0x0f, 0x04, 0x45, 0x0a,
0x05, 0x85, 0x1d, 0xcd, 0x6c, 0x8f, 0xb0, 0x63, 0x57, 0x70, 0xf1, 0x3e, 0x50, 0x76, 0x21, 0x15,
0xae, 0xaf, 0xe8, 0x2d, 0x48, 0xb1, 0x73, 0x15, 0xb1, 0x35, 0xcf, 0xc1, 0xb8, 0x7d, 0x22, 0x26,
0x8a, 0x24, 0x85, 0x36, 0xed, 0x06, 0x83, 0xd1, 0x69, 0xc3, 0xf3, 0x7a, 0xa6, 0x98, 0x28, 0xd8,
0xef, 0xe0, 0x51, 0x94, 0xad, 0x26, 0xe0, 0x0b, 0x7f, 0xe4, 0x60, 0xa1, 0xfc, 0x15, 0x58, 0x19,
0xa9, 0xe9, 0xc8, 0x98, 0xd0, 0x29, 0x24, 0xe6, 0xaa, 0x8f, 0xae, 0xdd, 0x29, 0xf8, 0x7c, 0x38,
0xda, 0x2b, 0xe4, 0x1f, 0x47, 0x61, 0x69, 0x50, 0xef, 0x6f, 0x14, 0xf8, 0xb7, 0x21, 0x45, 0xb7,
0x86, 0x4e, 0x08, 0xee, 0x04, 0x2c, 0x56, 0x97, 0x07, 0x50, 0xb6, 0x63, 0xf6, 0xfd, 0x59, 0x21,
0x76, 0xbd, 0x59, 0x41, 0x2c, 0x8a, 0x8f, 0x0b, 0xcf, 0x87, 0xa9, 0x34, 0xcf, 0xfc, 0xf3, 0xf1,
0x75, 0xda, 0xdc, 0xe4, 0x7c, 0xfa, 0x1b, 0x69, 0x90, 0x50, 0xeb, 0x21, 0xb7, 0xf8, 0x1e, 0x39,
0x83, 0x15, 0xdb, 0xc1, 0x16, 0x4d, 0x74, 0x4d, 0x9c, 0x67, 0xf9, 0xfc, 0x53, 0xb9, 0xc1, 0x22,
0x72, 0x35, 0x07, 0x5b, 0x47, 0xae, 0xa1, 0x30, 0x81, 0x3c, 0x68, 0xcb, 0x76, 0x10, 0x26, 0xbf,
0x01, 0xcb, 0x21, 0x22, 0x94, 0x86, 0xe8, 0xa0, 0xb8, 0xa8, 0xf4, 0xa7, 0xfc, 0x2e, 0x40, 0xa0,
0xd9, 0x8d, 0x47, 0x35, 0x22, 0x6c, 0x90, 0x4f, 0x21, 0x11, 0xe8, 0xca, 0xe8, 0x17, 0xc3, 0x2d,
0x5e, 0x9a, 0xfa, 0x88, 0x35, 0xde, 0xe2, 0xc5, 0xa5, 0x4b, 0x40, 0x9c, 0xfc, 0x1c, 0x56, 0xc7,
0xda, 0x33, 0xca, 0x41, 0xba, 0x43, 0x7f, 0x5a, 0xec, 0x1e, 0x49, 0x0b, 0x5f, 0xeb, 0x44, 0xd4,
0x95, 0x00, 0x92, 0x8d, 0xc7, 0x77, 0xb8, 0xb1, 0x81, 0x8b, 0x1d, 0x66, 0xf1, 0x6f, 0x47, 0x01,
0x86, 0x3d, 0xf9, 0xaa, 0x44, 0x3e, 0x82, 0x79, 0x83, 0xe0, 0x1e, 0xaf, 0x83, 0xb3, 0xcd, 0x5e,
0x43, 0x05, 0xb9, 0x0a, 0xc1, 0x3d, 0xe1, 0x49, 0x26, 0x2d, 0xb4, 0x3f, 0xa2, 0x13, 0xf6, 0x87,
0xfc, 0xef, 0x12, 0xc4, 0x28, 0x17, 0x52, 0x21, 0xc6, 0x0e, 0xb0, 0xd2, 0xcc, 0x63, 0x01, 0xd7,
0x4d, 0x85, 0xd0, 0x03, 0xab, 0x38, 0x43, 0x52, 0x59, 0x43, 0x7b, 0x23, 0xa3, 0x21, 0x46, 0x6f,
0x43, 0xa2, 0x83, 0xbd, 0xb6, 0x6b, 0x38, 0x2c, 0x45, 0x43, 0x65, 0x68, 0x08, 0xbf, 0xd5, 0x7d,
0x29, 0xff, 0x63, 0x04, 0x52, 0xe1, 0x19, 0x06, 0x3d, 0xf3, 0xdd, 0xce, 0x93, 0xea, 0x17, 0xae,
0x3d, 0x0d, 0x8d, 0xb9, 0xfe, 0xff, 0x95, 0x67, 0xcb, 0x90, 0x0a, 0xaf, 0x95, 0x6e, 0x88, 0x53,
0x7c, 0x11, 0xdc, 0x33, 0xf4, 0x99, 0xe5, 0xe3, 0x85, 0x65, 0x5b, 0x17, 0xbd, 0x50, 0xc7, 0x1f,
0x00, 0xe5, 0x7f, 0x8a, 0x41, 0x32, 0x38, 0x39, 0xa1, 0x1e, 0x00, 0x9f, 0xc4, 0xd8, 0x29, 0x5f,
0x62, 0xb3, 0x52, 0xe5, 0x9a, 0x63, 0x58, 0xce, 0xef, 0x30, 0x0c, 0xe8, 0xdf, 0x78, 0xd0, 0x43,
0xac, 0xff, 0x8c, 0x1c, 0x7f, 0xf0, 0xb3, 0x5b, 0x3f, 0xc0, 0x6d, 0xe2, 0xef, 0xc7, 0xfd, 0x5b,
0xd1, 0x58, 0x63, 0x32, 0xc5, 0x28, 0xc8, 0x1f, 0x3c, 0xf9, 0x4f, 0x22, 0xb0, 0x36, 0x81, 0x6a,
0xe2, 0x5d, 0xc1, 0x48, 0x6c, 0x23, 0x2f, 0x89, 0x2d, 0x3d, 0x47, 0xe8, 0x6e, 0x17, 0x6b, 0x3c,
0xc2, 0xd1, 0x1b, 0x44, 0x98, 0x9d, 0x23, 0xa8, 0x2c, 0x3e, 0x37, 0xee, 0x43, 0xcc, 0x68, 0xdb,
0xd6, 0x8d, 0x92, 0x86, 0x9e, 0x57, 0xa9, 0x10, 0xf4, 0x10, 0x12, 0x62, 0xbc, 0xd6, 0xfa, 0xae,
0xc9, 0x2f, 0x21, 0x54, 0x10, 0xa0, 0x23, 0xd7, 0x2c, 0x2c, 0x8a, 0x1c, 0xcd, 0x16, 0x61, 0x75,
0x2c, 0x74, 0xe8, 0x4d, 0x78, 0xa8, 0x96, 0x1a, 0xf5, 0xda, 0x61, 0xa3, 0xa4, 0x1d, 0x94, 0x76,
0x2a, 0x8a, 0x36, 0xe1, 0x7a, 0x66, 0x09, 0xe6, 0x95, 0xa3, 0x9d, 0x4a, 0x2d, 0x2d, 0xc9, 0xff,
0xba, 0x08, 0x68, 0xfc, 0x5c, 0x81, 0x7e, 0x10, 0x2e, 0x01, 0xcd, 0x1b, 0x9d, 0x52, 0x26, 0x80,
0xe8, 0x96, 0xf0, 0xcb, 0xf1, 0x0f, 0x25, 0xb8, 0xc3, 0xe7, 0x50, 0x7f, 0x08, 0xb3, 0x1d, 0xde,
0xd4, 0xf8, 0xbd, 0xdd, 0x93, 0x9b, 0x29, 0x67, 0x3e, 0x16, 0xb7, 0x36, 0x35, 0x2e, 0x98, 0x67,
0xc7, 0x9a, 0x31, 0x8e, 0x91, 0xff, 0x39, 0x06, 0x77, 0x27, 0x2f, 0x97, 0xae, 0x73, 0x6c, 0x8a,
0xe0, 0xe5, 0xab, 0xf5, 0xd3, 0x70, 0x8f, 0x18, 0x2f, 0x4c, 0x3e, 0x39, 0x8c, 0x4c, 0x16, 0xc3,
0x39, 0x27, 0x12, 0x9c, 0x73, 0x7e, 0x06, 0x65, 0x0e, 0x3d, 0x80, 0x85, 0x63, 0xdb, 0x26, 0xd8,
0x0d, 0x5e, 0x98, 0x09, 0x90, 0xfc, 0xc3, 0x88, 0x3f, 0x01, 0x99, 0xc1, 0x09, 0xc8, 0x1c, 0x4e,
0x40, 0x26, 0xfa, 0x03, 0x09, 0x96, 0xfb, 0xae, 0xc9, 0x6f, 0xe0, 0x4e, 0x0c, 0x8b, 0x4f, 0xa3,
0xa9, 0x6d, 0xeb, 0xa7, 0xef, 0xd5, 0xdc, 0x91, 0x6b, 0xd2, 0x6d, 0x53, 0x36, 0x2c, 0xe2, 0x5f,
0x72, 0x0e, 0x21, 0xd9, 0x03, 0x48, 0x04, 0x08, 0xd0, 0xeb, 0x70, 0xff, 0x48, 0xad, 0xf2, 0x0d,
0x55, 0xae, 0x1c, 0x36, 0x47, 0x76, 0x55, 0x0a, 0x40, 0x39, 0xa8, 0x6b, 0x4a, 0xb1, 0x59, 0xa9,
0x1d, 0xa6, 0x25, 0xb4, 0x02, 0x09, 0xfa, 0x5c, 0xac, 0x1d, 0x36, 0x4b, 0x87, 0xcd, 0x74, 0x24,
0x7b, 0x06, 0x6b, 0x13, 0x92, 0x11, 0xbd, 0x0d, 0x6f, 0x54, 0x0e, 0x94, 0xbd, 0x92, 0xb6, 0x53,
0x69, 0xd4, 0xab, 0xca, 0x33, 0xad, 0x56, 0xa7, 0x12, 0x1a, 0x23, 0xe2, 0xe3, 0x10, 0xdb, 0x53,
0x95, 0x67, 0x69, 0x89, 0x6e, 0xdf, 0xcf, 0xca, 0x95, 0x66, 0x29, 0x1d, 0x41, 0x09, 0x58, 0x2c,
0xaa, 0xb5, 0x7a, 0xbd, 0xb4, 0x93, 0x8e, 0xa2, 0xbb, 0x80, 0x0a, 0xd5, 0x23, 0x55, 0x2d, 0xed,
0x68, 0x05, 0xa5, 0xb8, 0xbf, 0xa7, 0xd6, 0x8e, 0x0e, 0x77, 0xd2, 0x31, 0xf9, 0x2f, 0xa3, 0xb0,
0x34, 0x38, 0xd2, 0xbf, 0x64, 0x42, 0x7e, 0xe5, 0x99, 0x61, 0x90, 0x33, 0xd1, 0x5b, 0xc8, 0x99,
0x1e, 0xac, 0xb6, 0x6d, 0xb3, 0xdf, 0xb3, 0x34, 0xc7, 0xb5, 0x1d, 0xec, 0x12, 0x7a, 0xd8, 0x8d,
0xcd, 0x7c, 0x2c, 0x28, 0x32, 0x19, 0xf5, 0x81, 0x08, 0xae, 0x23, 0xdd, 0x1e, 0x01, 0xa3, 0x3a,
0xc4, 0x68, 0x32, 0x88, 0x83, 0xc7, 0x77, 0xae, 0x73, 0x13, 0xa2, 0xda, 0xe7, 0xe2, 0x78, 0x4a,
0x25, 0x05, 0x4f, 0x33, 0x0b, 0xb7, 0x7d, 0x9a, 0xf9, 0xc3, 0x08, 0xa4, 0x47, 0x2d, 0x43, 0x77,
0x61, 0xe1, 0x04, 0xeb, 0x1d, 0xec, 0x8a, 0xb0, 0x89, 0x27, 0xf4, 0x9b, 0x12, 0xac, 0x9f, 0xd8,
0xae, 0xf1, 0xa5, 0x6d, 0x11, 0xdd, 0xd4, 0x74, 0xd3, 0xe8, 0x5a, 0x3d, 0x6c, 0x11, 0x51, 0x3b,
0x6b, 0x37, 0xf0, 0x66, 0xae, 0x3c, 0x90, 0xab, 0xf8, 0x62, 0x45, 0xe5, 0x3c, 0x19, 0xc7, 0x64,
0x5b, 0xb0, 0x36, 0x81, 0x01, 0xbd, 0x05, 0x1b, 0xe5, 0x9a, 0x5a, 0x79, 0x5e, 0x3b, 0x6c, 0x2a,
0x55, 0x4d, 0xa9, 0x56, 0xf6, 0x0e, 0x0f, 0x4a, 0x63, 0x7b, 0x27, 0x01, 0x8b, 0xd5, 0x92, 0xb2,
0x53, 0x39, 0xdc, 0x4b, 0x4b, 0x08, 0x60, 0xa1, 0x58, 0x3a, 0x6c, 0x96, 0xd4, 0x74, 0x04, 0x25,
0x21, 0xde, 0x54, 0x95, 0x4a, 0x95, 0x62, 0xa2, 0xf2, 0xef, 0x48, 0x90, 0x0c, 0x86, 0x04, 0x35,
0x60, 0xbe, 0x8d, 0x4d, 0xd3, 0xef, 0x53, 0x3f, 0x7f, 0x9d, 0xd0, 0x16, 0xb1, 0x69, 0x8a, 0xec,
0x64, 0xb2, 0xd8, 0xeb, 0x03, 0xe3, 0xcc, 0xe8, 0x60, 0x57, 0xd3, 0x8f, 0x69, 0x61, 0x8b, 0x0c,
0xaf, 0xe6, 0x93, 0x02, 0xa3, 0x50, 0x84, 0xfc, 0x26, 0x2c, 0x87, 0xc4, 0x4c, 0x7a, 0x27, 0x93,
0xfd, 0x63, 0x09, 0xe2, 0xfe, 0xe5, 0x14, 0xca, 0xc0, 0x7a, 0xbd, 0xaa, 0x34, 0x77, 0x6b, 0xea,
0xc1, 0x88, 0x0b, 0x92, 0x10, 0xdf, 0x55, 0x8a, 0xa5, 0x42, 0xad, 0xb6, 0xcf, 0xf7, 0x78, 0xa3,
0xaa, 0x14, 0xf7, 0x85, 0x0b, 0x4a, 0xd5, 0xd2, 0x9e, 0xaa, 0x1c, 0xa4, 0xa3, 0x68, 0x11, 0xa2,
0xfb, 0x95, 0xfd, 0x74, 0x8c, 0x51, 0xec, 0x3f, 0xab, 0x97, 0xd2, 0xf3, 0xb4, 0x34, 0x54, 0x2b,
0x87, 0xa5, 0xf4, 0x02, 0x05, 0x3e, 0xad, 0x14, 0x4a, 0x6a, 0x7a, 0x11, 0xdd, 0x81, 0x55, 0x5e,
0x8a, 0x1a, 0x5a, 0xed, 0x50, 0xdb, 0xab, 0xd5, 0xf6, 0xaa, 0xa5, 0x74, 0x1c, 0xad, 0xc1, 0x0a,
0xff, 0xad, 0x95, 0x95, 0xc3, 0xbd, 0xda, 0x51, 0xb3, 0x91, 0x4e, 0x14, 0x96, 0x60, 0x51, 0xbc,
0xb6, 0x94, 0x7f, 0x43, 0x02, 0x34, 0xfe, 0x16, 0x0e, 0xbd, 0x37, 0xfe, 0x6a, 0x2f, 0x30, 0x88,
0x8d, 0xbc, 0xa3, 0x9b, 0xe6, 0x5d, 0x62, 0xe4, 0xea, 0x77, 0x89, 0x59, 0x02, 0xc9, 0xe0, 0xeb,
0x7b, 0x5a, 0x7c, 0x3f, 0x2b, 0x15, 0xca, 0xb5, 0xda, 0xbe, 0xd6, 0x68, 0x2a, 0xcd, 0xd1, 0x91,
0xe6, 0x3e, 0xdc, 0x09, 0xa3, 0x4b, 0x87, 0x4a, 0xa1, 0x5a, 0xda, 0x49, 0x4b, 0x68, 0x0b, 0xde,
0x99, 0x88, 0xd2, 0x76, 0x6b, 0xaa, 0xd6, 0xa8, 0xd6, 0x9a, 0xda, 0x6e, 0xa5, 0xca, 0x12, 0x2c,
0xf2, 0xb8, 0xfe, 0x1f, 0xca, 0x01, 0x6c, 0x04, 0xf2, 0x86, 0xe7, 0x93, 0xee, 0x18, 0x5e, 0xae,
0x6d, 0xf7, 0xf2, 0xe2, 0xa3, 0x86, 0x9f, 0x73, 0x5c, 0x9b, 0x0d, 0xaa, 0xf9, 0xaf, 0xc4, 0xaf,
0xaf, 0xf3, 0x7a, 0x17, 0x5b, 0x44, 0x7c, 0x90, 0xe2, 0xe5, 0xbf, 0xe2, 0x3f, 0xbe, 0xce, 0xfe,
0x7e, 0x04, 0x10, 0x3d, 0x8c, 0x72, 0x4e, 0x4f, 0xc5, 0x9f, 0xf7, 0xb1, 0x47, 0xd0, 0xf7, 0x60,
0x81, 0x9b, 0x2e, 0x4e, 0x03, 0x9b, 0x3f, 0x51, 0x22, 0xff, 0xa3, 0x64, 0xd1, 0x2b, 0x75, 0xab,
0x82, 0x8f, 0x66, 0xa9, 0xa9, 0x5b, 0xdd, 0x3e, 0x1d, 0x9c, 0xda, 0x76, 0x27, 0x54, 0xb6, 0x93,
0x3e, 0xa6, 0x68, 0x77, 0x30, 0xaa, 0x42, 0x42, 0x78, 0xfe, 0xcc, 0xc0, 0xe7, 0xa2, 0xbb, 0xbe,
0xf3, 0xea, 0xad, 0xf2, 0xd4, 0xc0, 0xe7, 0xfe, 0xd7, 0x0e, 0x03, 0x00, 0xda, 0x80, 0x25, 0x87,
0xea, 0xf4, 0x8c, 0x2f, 0x71, 0xf0, 0x45, 0x65, 0x9c, 0x42, 0x1b, 0xc6, 0x97, 0x18, 0x65, 0x01,
0x18, 0x05, 0xb1, 0x4f, 0xb1, 0x15, 0x9c, 0x0a, 0x18, 0x63, 0x93, 0x42, 0xb3, 0x5f, 0xc1, 0x5a,
0xc8, 0x2b, 0xe2, 0x0e, 0xef, 0x13, 0x58, 0x14, 0x1e, 0x14, 0x3b, 0x3a, 0xfb, 0xea, 0x65, 0xaa,
0x3e, 0x0b, 0x7a, 0x07, 0x56, 0x2c, 0xfc, 0x05, 0xd1, 0x02, 0xda, 0x79, 0x9a, 0x2d, 0x53, 0x70,
0x7d, 0xa0, 0xfc, 0x47, 0x12, 0xa4, 0xf7, 0xb0, 0x50, 0xee, 0x47, 0xe4, 0x93, 0xd0, 0x87, 0x2a,
0x22, 0x1e, 0xaf, 0xce, 0x05, 0x71, 0x08, 0xf9, 0x19, 0x45, 0x23, 0xfb, 0xbb, 0x11, 0x58, 0x2b,
0xba, 0x58, 0x27, 0x38, 0x6c, 0xcd, 0xcd, 0xf3, 0xeb, 0xbb, 0xb0, 0xc0, 0xf5, 0x88, 0xab, 0xb2,
0x29, 0x22, 0xc1, 0xcf, 0xb4, 0x82, 0x6d, 0xdc, 0x25, 0xd1, 0x29, 0x5d, 0x12, 0xbb, 0xb9, 0x4b,
0x8e, 0x9c, 0xce, 0x98, 0x4b, 0x86, 0x06, 0x49, 0xb7, 0x64, 0xd0, 0x4b, 0x63, 0xfc, 0x3d, 0x48,
0xf4, 0xd9, 0x0a, 0xd8, 0x27, 0x53, 0x62, 0x64, 0x92, 0xc7, 0x5e, 0x3c, 0xee, 0x1a, 0xd8, 0xec,
0x1c, 0xe8, 0xde, 0xa9, 0x30, 0x82, 0xf3, 0x50, 0xc0, 0x2d, 0xbb, 0xa4, 0x01, 0x6b, 0x3b, 0xd8,
0xc4, 0xa3, 0x1e, 0xb9, 0x51, 0xca, 0x67, 0xff, 0x2a, 0x0a, 0xf7, 0x0b, 0x3a, 0x69, 0x9f, 0x04,
0x9d, 0x7d, 0x8b, 0x05, 0x6e, 0x0b, 0xd2, 0xc2, 0x05, 0x2d, 0xaa, 0x45, 0x1b, 0xdc, 0x25, 0x96,
0xe7, 0xd4, 0x14, 0xc7, 0x70, 0xf5, 0xae, 0x81, 0x9e, 0xc1, 0x5a, 0x88, 0xd6, 0xb0, 0x4c, 0xc3,
0xf2, 0x67, 0xd5, 0x77, 0xa7, 0x08, 0x34, 0xe5, 0x2a, 0xcf, 0xa9, 0xab, 0x01, 0xb9, 0x15, 0x26,
0x63, 0x3c, 0xea, 0xb1, 0x29, 0xa3, 0x3e, 0x7f, 0xe3, 0xa8, 0x2f, 0xdc, 0x28, 0xea, 0x85, 0x14,
0x24, 0x83, 0x4e, 0xc9, 0x3e, 0x07, 0x79, 0x52, 0xbc, 0x6e, 0xa3, 0xf4, 0xd2, 0x21, 0x87, 0x27,
0x43, 0x30, 0xcf, 0x6e, 0x31, 0x19, 0x94, 0xe1, 0xea, 0x22, 0xd3, 0xae, 0x8e, 0xef, 0xde, 0xc1,
0x12, 0xf7, 0x21, 0x11, 0x08, 0xf6, 0xcd, 0xec, 0xdd, 0xfa, 0x2e, 0xc0, 0xd0, 0xf5, 0xe8, 0x01,
0xdc, 0xab, 0xb0, 0x53, 0x9e, 0xf6, 0xb4, 0x52, 0xfa, 0x6c, 0x64, 0x34, 0x59, 0x87, 0x74, 0x10,
0xb9, 0x7b, 0x54, 0xad, 0xa6, 0xa5, 0xed, 0x17, 0x49, 0x58, 0x14, 0x5e, 0x42, 0x7f, 0x27, 0x41,
0x22, 0xd0, 0x0d, 0x51, 0xee, 0xaa, 0x95, 0x8c, 0x0f, 0x13, 0x72, 0x7e, 0x6a, 0x7a, 0x1e, 0xeb,
0xec, 0xc1, 0xa5, 0x22, 0x1c, 0x7b, 0xa9, 0xac, 0xf3, 0x1f, 0x8f, 0x42, 0x49, 0xfe, 0x6b, 0x3f,
0xfe, 0xb7, 0xdf, 0x8b, 0xbc, 0x8b, 0xde, 0xce, 0x9f, 0x6d, 0xe7, 0xbf, 0xe2, 0x04, 0x9f, 0x0e,
0x66, 0x9e, 0x2d, 0x3e, 0xeb, 0x7c, 0xed, 0x0f, 0x3b, 0xe8, 0xcf, 0x25, 0x58, 0x1a, 0xf4, 0x53,
0x74, 0xe5, 0x37, 0x78, 0xa3, 0x6d, 0x57, 0x9e, 0xc2, 0xeb, 0xd9, 0xca, 0xa5, 0xc2, 0x4a, 0xce,
0xa5, 0x82, 0xe8, 0x9f, 0x2b, 0x96, 0x4a, 0xd1, 0x63, 0x0b, 0x1d, 0x0c, 0x65, 0x5b, 0x5f, 0xa3,
0x1f, 0x49, 0x90, 0x0c, 0xf6, 0x4b, 0x74, 0xa5, 0xef, 0x26, 0x74, 0xd6, 0xa9, 0x16, 0xdc, 0xbe,
0x54, 0x96, 0x85, 0x5b, 0xb9, 0xee, 0x4b, 0xe5, 0x41, 0xe8, 0x79, 0x82, 0x09, 0xf9, 0xec, 0x74,
0xde, 0x7e, 0xec, 0xb7, 0xa3, 0x7f, 0x91, 0x20, 0x19, 0xdc, 0xca, 0x57, 0x9b, 0x32, 0xa1, 0x23,
0x4e, 0x65, 0xca, 0xd9, 0xa5, 0xb2, 0x3e, 0x69, 0xcd, 0x97, 0xca, 0xc6, 0x24, 0xf0, 0xa3, 0x40,
0x05, 0x64, 0x66, 0x7d, 0xb8, 0xfd, 0x88, 0x99, 0x25, 0xbe, 0xd4, 0x7e, 0x55, 0x80, 0x06, 0xd6,
0xd1, 0xa3, 0x5e, 0xb0, 0x96, 0x5c, 0x6d, 0xdd, 0x84, 0xee, 0x26, 0xdf, 0x1d, 0xab, 0xbc, 0xa5,
0x9e, 0x43, 0x2e, 0xb2, 0xdf, 0x16, 0xd9, 0xc4, 0x13, 0x67, 0x6b, 0xca, 0xc4, 0xf9, 0xeb, 0x08,
0xa0, 0xf1, 0xea, 0x89, 0xae, 0x7c, 0xe3, 0xf6, 0xd2, 0xee, 0x28, 0xbf, 0xee, 0xb3, 0x05, 0xbe,
0xe1, 0xce, 0xd5, 0xfc, 0x6f, 0xb8, 0xb3, 0x7f, 0x2f, 0xbd, 0x50, 0x6a, 0xf0, 0xc1, 0x8c, 0xa2,
0x45, 0x21, 0xbf, 0x3b, 0xf9, 0xfb, 0xa6, 0x4b, 0xe5, 0x5e, 0x28, 0x05, 0x87, 0x5d, 0xf5, 0x52,
0x91, 0x27, 0x61, 0x78, 0x0f, 0xe5, 0x41, 0xcc, 0x7e, 0x6b, 0xba, 0xdc, 0x6c, 0x0d, 0x97, 0xf5,
0x58, 0xda, 0x42, 0xff, 0x29, 0x09, 0xa7, 0x85, 0xba, 0xc2, 0x14, 0x4e, 0x9b, 0xd4, 0x45, 0x5e,
0xe5, 0xb4, 0x5f, 0x7d, 0xa1, 0xe4, 0xe1, 0xce, 0xc4, 0x98, 0xbf, 0xdc, 0x27, 0xa9, 0x90, 0xe5,
0xde, 0x35, 0xac, 0xe5, 0x4b, 0x7d, 0x2c, 0x6d, 0xc9, 0x5f, 0xbc, 0x50, 0xee, 0xbf, 0xb4, 0xa1,
0xfd, 0x83, 0xf2, 0xec, 0x84, 0x10, 0xc7, 0x7b, 0x9c, 0xcf, 0x9f, 0x9f, 0x8f, 0x75, 0x3b, 0xbd,
0x4f, 0x4e, 0xf8, 0x97, 0xff, 0xdf, 0xf4, 0x3f, 0x5c, 0x79, 0xf4, 0x2a, 0xf2, 0xa1, 0xaa, 0xc2,
0x1f, 0x49, 0xf0, 0x8d, 0xb6, 0xdd, 0xbb, 0xc2, 0xad, 0x05, 0xd1, 0xfb, 0xea, 0xd4, 0x01, 0x75,
0xe9, 0xf9, 0x8e, 0x20, 0xed, 0xda, 0x74, 0xfb, 0xe6, 0x6c, 0xb7, 0x9b, 0xef, 0x62, 0x8b, 0xb9,
0x27, 0x3f, 0x54, 0x36, 0xe9, 0x9f, 0x11, 0x3e, 0x1e, 0x3e, 0xfd, 0xb7, 0x24, 0xfd, 0x69, 0x24,
0xb2, 0xb3, 0xfb, 0x17, 0x11, 0x79, 0x8f, 0x8b, 0x2b, 0x32, 0xcd, 0x3b, 0x43, 0xcd, 0x4f, 0xb7,
0x5b, 0x0b, 0x4c, 0xea, 0xfb, 0xff, 0x17, 0x00, 0x00, 0xff, 0xff, 0xab, 0xab, 0x6f, 0xd7, 0xc8,
0x31, 0x00, 0x00,
}
// Reference imports to suppress errors if they are not otherwise used.
var _ context.Context
var _ grpc.ClientConnInterface
// This is a compile-time assertion to ensure that this generated file
// is compatible with the grpc package it is being compiled against.
const _ = grpc.SupportPackageIsVersion6
// IntentsClient is the client API for Intents service.
//
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
type IntentsClient interface {
// Returns the list of all intents in the specified agent.
ListIntents(ctx context.Context, in *ListIntentsRequest, opts ...grpc.CallOption) (*ListIntentsResponse, error)
// Retrieves the specified intent.
GetIntent(ctx context.Context, in *GetIntentRequest, opts ...grpc.CallOption) (*Intent, error)
// Creates an intent in the specified agent.
CreateIntent(ctx context.Context, in *CreateIntentRequest, opts ...grpc.CallOption) (*Intent, error)
// Updates the specified intent.
UpdateIntent(ctx context.Context, in *UpdateIntentRequest, opts ...grpc.CallOption) (*Intent, error)
// Deletes the specified intent and its direct or indirect followup intents.
DeleteIntent(ctx context.Context, in *DeleteIntentRequest, opts ...grpc.CallOption) (*empty.Empty, error)
// Updates/Creates multiple intents in the specified agent.
//
// Operation <response: [BatchUpdateIntentsResponse][google.cloud.dialogflow.v2.BatchUpdateIntentsResponse]>
BatchUpdateIntents(ctx context.Context, in *BatchUpdateIntentsRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
// Deletes intents in the specified agent.
//
// Operation <response: [google.protobuf.Empty][google.protobuf.Empty]>
BatchDeleteIntents(ctx context.Context, in *BatchDeleteIntentsRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
}
type intentsClient struct {
cc grpc.ClientConnInterface
}
func NewIntentsClient(cc grpc.ClientConnInterface) IntentsClient {
return &intentsClient{cc}
}
func (c *intentsClient) ListIntents(ctx context.Context, in *ListIntentsRequest, opts ...grpc.CallOption) (*ListIntentsResponse, error) {
out := new(ListIntentsResponse)
err := c.cc.Invoke(ctx, "/google.cloud.dialogflow.v2.Intents/ListIntents", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *intentsClient) GetIntent(ctx context.Context, in *GetIntentRequest, opts ...grpc.CallOption) (*Intent, error) {
out := new(Intent)
err := c.cc.Invoke(ctx, "/google.cloud.dialogflow.v2.Intents/GetIntent", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *intentsClient) CreateIntent(ctx context.Context, in *CreateIntentRequest, opts ...grpc.CallOption) (*Intent, error) {
out := new(Intent)
err := c.cc.Invoke(ctx, "/google.cloud.dialogflow.v2.Intents/CreateIntent", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *intentsClient) UpdateIntent(ctx context.Context, in *UpdateIntentRequest, opts ...grpc.CallOption) (*Intent, error) {
out := new(Intent)
err := c.cc.Invoke(ctx, "/google.cloud.dialogflow.v2.Intents/UpdateIntent", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *intentsClient) DeleteIntent(ctx context.Context, in *DeleteIntentRequest, opts ...grpc.CallOption) (*empty.Empty, error) {
out := new(empty.Empty)
err := c.cc.Invoke(ctx, "/google.cloud.dialogflow.v2.Intents/DeleteIntent", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *intentsClient) BatchUpdateIntents(ctx context.Context, in *BatchUpdateIntentsRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) {
out := new(longrunning.Operation)
err := c.cc.Invoke(ctx, "/google.cloud.dialogflow.v2.Intents/BatchUpdateIntents", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *intentsClient) BatchDeleteIntents(ctx context.Context, in *BatchDeleteIntentsRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) {
out := new(longrunning.Operation)
err := c.cc.Invoke(ctx, "/google.cloud.dialogflow.v2.Intents/BatchDeleteIntents", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
// IntentsServer is the server API for Intents service.
type IntentsServer interface {
// Returns the list of all intents in the specified agent.
ListIntents(context.Context, *ListIntentsRequest) (*ListIntentsResponse, error)
// Retrieves the specified intent.
GetIntent(context.Context, *GetIntentRequest) (*Intent, error)
// Creates an intent in the specified agent.
CreateIntent(context.Context, *CreateIntentRequest) (*Intent, error)
// Updates the specified intent.
UpdateIntent(context.Context, *UpdateIntentRequest) (*Intent, error)
// Deletes the specified intent and its direct or indirect followup intents.
DeleteIntent(context.Context, *DeleteIntentRequest) (*empty.Empty, error)
// Updates/Creates multiple intents in the specified agent.
//
// Operation <response: [BatchUpdateIntentsResponse][google.cloud.dialogflow.v2.BatchUpdateIntentsResponse]>
BatchUpdateIntents(context.Context, *BatchUpdateIntentsRequest) (*longrunning.Operation, error)
// Deletes intents in the specified agent.
//
// Operation <response: [google.protobuf.Empty][google.protobuf.Empty]>
BatchDeleteIntents(context.Context, *BatchDeleteIntentsRequest) (*longrunning.Operation, error)
}
// UnimplementedIntentsServer can be embedded to have forward compatible implementations.
type UnimplementedIntentsServer struct {
}
func (*UnimplementedIntentsServer) ListIntents(ctx context.Context, req *ListIntentsRequest) (*ListIntentsResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method ListIntents not implemented")
}
func (*UnimplementedIntentsServer) GetIntent(ctx context.Context, req *GetIntentRequest) (*Intent, error) {
return nil, status.Errorf(codes.Unimplemented, "method GetIntent not implemented")
}
func (*UnimplementedIntentsServer) CreateIntent(ctx context.Context, req *CreateIntentRequest) (*Intent, error) {
return nil, status.Errorf(codes.Unimplemented, "method CreateIntent not implemented")
}
func (*UnimplementedIntentsServer) UpdateIntent(ctx context.Context, req *UpdateIntentRequest) (*Intent, error) {
return nil, status.Errorf(codes.Unimplemented, "method UpdateIntent not implemented")
}
func (*UnimplementedIntentsServer) DeleteIntent(ctx context.Context, req *DeleteIntentRequest) (*empty.Empty, error) {
return nil, status.Errorf(codes.Unimplemented, "method DeleteIntent not implemented")
}
func (*UnimplementedIntentsServer) BatchUpdateIntents(ctx context.Context, req *BatchUpdateIntentsRequest) (*longrunning.Operation, error) {
return nil, status.Errorf(codes.Unimplemented, "method BatchUpdateIntents not implemented")
}
func (*UnimplementedIntentsServer) BatchDeleteIntents(ctx context.Context, req *BatchDeleteIntentsRequest) (*longrunning.Operation, error) {
return nil, status.Errorf(codes.Unimplemented, "method BatchDeleteIntents not implemented")
}
func RegisterIntentsServer(s *grpc.Server, srv IntentsServer) {
s.RegisterService(&_Intents_serviceDesc, srv)
}
func _Intents_ListIntents_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(ListIntentsRequest)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(IntentsServer).ListIntents(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/google.cloud.dialogflow.v2.Intents/ListIntents",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(IntentsServer).ListIntents(ctx, req.(*ListIntentsRequest))
}
return interceptor(ctx, in, info, handler)
}
func _Intents_GetIntent_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(GetIntentRequest)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(IntentsServer).GetIntent(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/google.cloud.dialogflow.v2.Intents/GetIntent",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(IntentsServer).GetIntent(ctx, req.(*GetIntentRequest))
}
return interceptor(ctx, in, info, handler)
}
func _Intents_CreateIntent_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(CreateIntentRequest)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(IntentsServer).CreateIntent(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/google.cloud.dialogflow.v2.Intents/CreateIntent",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(IntentsServer).CreateIntent(ctx, req.(*CreateIntentRequest))
}
return interceptor(ctx, in, info, handler)
}
func _Intents_UpdateIntent_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(UpdateIntentRequest)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(IntentsServer).UpdateIntent(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/google.cloud.dialogflow.v2.Intents/UpdateIntent",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(IntentsServer).UpdateIntent(ctx, req.(*UpdateIntentRequest))
}
return interceptor(ctx, in, info, handler)
}
func _Intents_DeleteIntent_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(DeleteIntentRequest)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(IntentsServer).DeleteIntent(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/google.cloud.dialogflow.v2.Intents/DeleteIntent",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(IntentsServer).DeleteIntent(ctx, req.(*DeleteIntentRequest))
}
return interceptor(ctx, in, info, handler)
}
func _Intents_BatchUpdateIntents_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(BatchUpdateIntentsRequest)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(IntentsServer).BatchUpdateIntents(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/google.cloud.dialogflow.v2.Intents/BatchUpdateIntents",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(IntentsServer).BatchUpdateIntents(ctx, req.(*BatchUpdateIntentsRequest))
}
return interceptor(ctx, in, info, handler)
}
func _Intents_BatchDeleteIntents_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(BatchDeleteIntentsRequest)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(IntentsServer).BatchDeleteIntents(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/google.cloud.dialogflow.v2.Intents/BatchDeleteIntents",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(IntentsServer).BatchDeleteIntents(ctx, req.(*BatchDeleteIntentsRequest))
}
return interceptor(ctx, in, info, handler)
}
var _Intents_serviceDesc = grpc.ServiceDesc{
ServiceName: "google.cloud.dialogflow.v2.Intents",
HandlerType: (*IntentsServer)(nil),
Methods: []grpc.MethodDesc{
{
MethodName: "ListIntents",
Handler: _Intents_ListIntents_Handler,
},
{
MethodName: "GetIntent",
Handler: _Intents_GetIntent_Handler,
},
{
MethodName: "CreateIntent",
Handler: _Intents_CreateIntent_Handler,
},
{
MethodName: "UpdateIntent",
Handler: _Intents_UpdateIntent_Handler,
},
{
MethodName: "DeleteIntent",
Handler: _Intents_DeleteIntent_Handler,
},
{
MethodName: "BatchUpdateIntents",
Handler: _Intents_BatchUpdateIntents_Handler,
},
{
MethodName: "BatchDeleteIntents",
Handler: _Intents_BatchDeleteIntents_Handler,
},
},
Streams: []grpc.StreamDesc{},
Metadata: "google/cloud/dialogflow/v2/intent.proto",
}