Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2ConversationModel

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dialogflow_v3/classes.rb,
lib/google/apis/dialogflow_v3/representations.rb,
lib/google/apis/dialogflow_v3/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2ConversationModel

Returns a new instance of GoogleCloudDialogflowV2ConversationModel.



13663
13664
13665
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 13663

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#article_suggestion_model_metadataGoogle::Apis::DialogflowV3::GoogleCloudDialogflowV2ArticleSuggestionModelMetadata

Corresponds to the JSON property articleSuggestionModelMetadata



13614
13615
13616
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 13614

def 
  @article_suggestion_model_metadata
end

#create_timeString

Corresponds to the JSON property createTime

Returns:

  • (String)


13619
13620
13621
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 13619

def create_time
  @create_time
end

#datasetsArray<Google::Apis::DialogflowV3::GoogleCloudDialogflowV2InputDataset>

Corresponds to the JSON property datasets



13624
13625
13626
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 13624

def datasets
  @datasets
end

#display_nameString

Corresponds to the JSON property displayName

Returns:

  • (String)


13629
13630
13631
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 13629

def display_name
  @display_name
end

#language_codeString

Corresponds to the JSON property languageCode

Returns:

  • (String)


13634
13635
13636
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 13634

def language_code
  @language_code
end

#nameString

Corresponds to the JSON property name

Returns:

  • (String)


13639
13640
13641
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 13639

def name
  @name
end

#satisfies_pziBoolean Also known as: satisfies_pzi?

Corresponds to the JSON property satisfiesPzi

Returns:

  • (Boolean)


13644
13645
13646
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 13644

def satisfies_pzi
  @satisfies_pzi
end

#satisfies_pzsBoolean Also known as: satisfies_pzs?

Corresponds to the JSON property satisfiesPzs

Returns:

  • (Boolean)


13650
13651
13652
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 13650

def satisfies_pzs
  @satisfies_pzs
end

#smart_reply_model_metadataGoogle::Apis::DialogflowV3::GoogleCloudDialogflowV2SmartReplyModelMetadata

Corresponds to the JSON property smartReplyModelMetadata



13656
13657
13658
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 13656

def 
  @smart_reply_model_metadata
end

#stateString

Corresponds to the JSON property state

Returns:

  • (String)


13661
13662
13663
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 13661

def state
  @state
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



13668
13669
13670
13671
13672
13673
13674
13675
13676
13677
13678
13679
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 13668

def update!(**args)
  @article_suggestion_model_metadata = args[:article_suggestion_model_metadata] if args.key?(:article_suggestion_model_metadata)
  @create_time = args[:create_time] if args.key?(:create_time)
  @datasets = args[:datasets] if args.key?(:datasets)
  @display_name = args[:display_name] if args.key?(:display_name)
  @language_code = args[:language_code] if args.key?(:language_code)
  @name = args[:name] if args.key?(:name)
  @satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
  @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
  @smart_reply_model_metadata = args[:smart_reply_model_metadata] if args.key?(:smart_reply_model_metadata)
  @state = args[:state] if args.key?(:state)
end