Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ConversationsResource.MessagesResource

The "messages" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.ConversationsResource.MessagesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v2
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class ProjectsResource.LocationsResource.ConversationsResource.MessagesResource

Constructors

MessagesResource(IClientService)

Constructs a new resource.

Declaration
public MessagesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

List(string)

Lists messages that belong to a given conversation. messages are ordered by create_time in descending order. To fetch updates without duplication, send request with filter create_time_epoch_microseconds > [first item's create_time of previous request] and empty page_token.

Declaration
public virtual ProjectsResource.LocationsResource.ConversationsResource.MessagesResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The name of the conversation to list messages for. Format: projects//locations//conversations/

Returns
Type Description
ProjectsResource.LocationsResource.ConversationsResource.MessagesResource.ListRequest
In this article
Back to top Generated by DocFX