google_api_dialogflow v0.33.0 GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2EnvironmentHistory View Source
The response message for Environments.GetEnvironmentHistory.
Attributes
entries(type:list(GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2EnvironmentHistoryEntry.t), default:nil) - Output only. The list of agent environments. There will be a maximum number of items returned based on the page_size field in the request.nextPageToken(type:String.t, default:nil) - Output only. Token to retrieve the next page of results, or empty if there are no more results in the list.parent(type:String.t, default:nil) - Output only. The name of the environment this history is for. Format:projects/<Project ID>/agent/environments/<Environment ID>.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2EnvironmentHistory{
entries: [
GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2EnvironmentHistoryEntry.t()
],
nextPageToken: String.t(),
parent: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.