Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API class Google::Cloud::Ces::V1beta::ListConversationsRequest.
Request message for AgentService.ListConversations.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String
Returns
- (::String) — Optional. Filter to be applied when listing the conversations. See https://google.aip.dev/160 for more details.
#filter=
def filter=(value) -> ::String
Parameter
- value (::String) — Optional. Filter to be applied when listing the conversations. See https://google.aip.dev/160 for more details.
Returns
- (::String) — Optional. Filter to be applied when listing the conversations. See https://google.aip.dev/160 for more details.
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
Returns
- (::Integer) — Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
#page_token
def page_token() -> ::String
Returns
- (::String) — Optional. The next_page_token value returned from a previous list AgentService.ListConversations call.
#page_token=
def page_token=(value) -> ::String
Parameter
- value (::String) — Optional. The next_page_token value returned from a previous list AgentService.ListConversations call.
Returns
- (::String) — Optional. The next_page_token value returned from a previous list AgentService.ListConversations call.
#parent
def parent() -> ::String
Returns
- (::String) — Required. The resource name of the app to list conversations from.
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. The resource name of the app to list conversations from.
Returns
- (::String) — Required. The resource name of the app to list conversations from.
#source
def source() -> ::Google::Cloud::Ces::V1beta::Conversation::Source
Returns
-
(::Google::Cloud::Ces::V1beta::Conversation::Source) — Optional. Indicate the source of the conversation. If not set, Source.Live
will be applied by default. Will be deprecated in favor of
sourcesfield.
#source=
def source=(value) -> ::Google::Cloud::Ces::V1beta::Conversation::Source
Parameter
-
value (::Google::Cloud::Ces::V1beta::Conversation::Source) — Optional. Indicate the source of the conversation. If not set, Source.Live
will be applied by default. Will be deprecated in favor of
sourcesfield.
Returns
-
(::Google::Cloud::Ces::V1beta::Conversation::Source) — Optional. Indicate the source of the conversation. If not set, Source.Live
will be applied by default. Will be deprecated in favor of
sourcesfield.
#sources
def sources() -> ::Array<::Google::Cloud::Ces::V1beta::Conversation::Source>
Returns
- (::Array<::Google::Cloud::Ces::V1beta::Conversation::Source>) — Optional. Indicate the sources of the conversations. If not set, all available sources will be applied by default.
#sources=
def sources=(value) -> ::Array<::Google::Cloud::Ces::V1beta::Conversation::Source>
Parameter
- value (::Array<::Google::Cloud::Ces::V1beta::Conversation::Source>) — Optional. Indicate the sources of the conversations. If not set, all available sources will be applied by default.
Returns
- (::Array<::Google::Cloud::Ces::V1beta::Conversation::Source>) — Optional. Indicate the sources of the conversations. If not set, all available sources will be applied by default.