Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2CreateConversationModelOperationMetadata

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) ⇒ GoogleCloudDialogflowV2CreateConversationModelOperationMetadata

Returns a new instance of GoogleCloudDialogflowV2CreateConversationModelOperationMetadata.



13774
13775
13776
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 13774

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

Instance Attribute Details

#conversation_modelString

Corresponds to the JSON property conversationModel

Returns:

  • (String)


13757
13758
13759
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 13757

def conversation_model
  @conversation_model
end

#create_timeString

Corresponds to the JSON property createTime

Returns:

  • (String)


13762
13763
13764
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 13762

def create_time
  @create_time
end

#done_timeString

Corresponds to the JSON property doneTime

Returns:

  • (String)


13767
13768
13769
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 13767

def done_time
  @done_time
end

#stateString

Corresponds to the JSON property state

Returns:

  • (String)


13772
13773
13774
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 13772

def state
  @state
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



13779
13780
13781
13782
13783
13784
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 13779

def update!(**args)
  @conversation_model = args[:conversation_model] if args.key?(:conversation_model)
  @create_time = args[:create_time] if args.key?(:create_time)
  @done_time = args[:done_time] if args.key?(:done_time)
  @state = args[:state] if args.key?(:state)
end