Interface protos.google.cloud.contactcenterinsights.v1.IListConversationsRequest (1.6.0)

Properties of a ListConversationsRequest.

Package

@google-cloud/contact-center-insights!

Properties

filter

filter?: (string|null);

ListConversationsRequest filter

Property Value
TypeDescription
(string|null)

pageSize

pageSize?: (number|null);

ListConversationsRequest pageSize

Property Value
TypeDescription
(number|null)

pageToken

pageToken?: (string|null);

ListConversationsRequest pageToken

Property Value
TypeDescription
(string|null)

parent

parent?: (string|null);

ListConversationsRequest parent

Property Value
TypeDescription
(string|null)

view

view?: (google.cloud.contactcenterinsights.v1.ConversationView|keyof typeof google.cloud.contactcenterinsights.v1.ConversationView|null);

ListConversationsRequest view

Property Value
TypeDescription
(google.cloud.contactcenterinsights.v1.ConversationView|keyof typeof google.cloud.contactcenterinsights.v1.ConversationView|null)