Class: Google::Cloud::DiscoveryEngine::V1beta::Conversation

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/conversation.rb

Overview

External conversation proto definition.

Defined Under Namespace

Modules: State

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The time the conversation finished.

Returns:



46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversation.rb', line 46

class Conversation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Enumeration of the state of the conversation.
  module State
    # Unknown.
    STATE_UNSPECIFIED = 0

    # Conversation is currently open.
    IN_PROGRESS = 1

    # Conversation has been completed.
    COMPLETED = 2
  end
end

#messages::Array<::Google::Cloud::DiscoveryEngine::V1beta::ConversationMessage>

Returns Conversation messages.

Returns:



46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversation.rb', line 46

class Conversation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Enumeration of the state of the conversation.
  module State
    # Unknown.
    STATE_UNSPECIFIED = 0

    # Conversation is currently open.
    IN_PROGRESS = 1

    # Conversation has been completed.
    COMPLETED = 2
  end
end

#name::String

Returns Immutable. Fully qualified name project/*/locations/global/collections/{collection}/dataStore/*/conversations/* or project/*/locations/global/collections/{collection}/engines/*/conversations/*.

Returns:

  • (::String)

    Immutable. Fully qualified name project/*/locations/global/collections/{collection}/dataStore/*/conversations/* or project/*/locations/global/collections/{collection}/engines/*/conversations/*.



46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversation.rb', line 46

class Conversation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Enumeration of the state of the conversation.
  module State
    # Unknown.
    STATE_UNSPECIFIED = 0

    # Conversation is currently open.
    IN_PROGRESS = 1

    # Conversation has been completed.
    COMPLETED = 2
  end
end

#start_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The time the conversation started.

Returns:



46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversation.rb', line 46

class Conversation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Enumeration of the state of the conversation.
  module State
    # Unknown.
    STATE_UNSPECIFIED = 0

    # Conversation is currently open.
    IN_PROGRESS = 1

    # Conversation has been completed.
    COMPLETED = 2
  end
end

#state::Google::Cloud::DiscoveryEngine::V1beta::Conversation::State

Returns The state of the Conversation.

Returns:



46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversation.rb', line 46

class Conversation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Enumeration of the state of the conversation.
  module State
    # Unknown.
    STATE_UNSPECIFIED = 0

    # Conversation is currently open.
    IN_PROGRESS = 1

    # Conversation has been completed.
    COMPLETED = 2
  end
end

#user_pseudo_id::String

Returns A unique identifier for tracking users.

Returns:

  • (::String)

    A unique identifier for tracking users.



46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversation.rb', line 46

class Conversation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Enumeration of the state of the conversation.
  module State
    # Unknown.
    STATE_UNSPECIFIED = 0

    # Conversation is currently open.
    IN_PROGRESS = 1

    # Conversation has been completed.
    COMPLETED = 2
  end
end