Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1NoteConversationTurnNote

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

Overview

A note about a conversation turn.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1NoteConversationTurnNote

Returns a new instance of GoogleCloudContactcenterinsightsV1NoteConversationTurnNote.



7425
7426
7427
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 7425

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

Instance Attribute Details

#turn_indexFixnum

The conversation turn index that the note is associated with. Corresponds to the JSON property turnIndex

Returns:

  • (Fixnum)


7423
7424
7425
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 7423

def turn_index
  @turn_index
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7430
7431
7432
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 7430

def update!(**args)
  @turn_index = args[:turn_index] if args.key?(:turn_index)
end