Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::IngestedContextReferenceDebugInfo::IngestedParameterDebugInfo.
Debug information related to ingested parameters from context reference.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#ingestion_status
def ingestion_status() -> ::Google::Cloud::Dialogflow::V2::IngestedContextReferenceDebugInfo::IngestedParameterDebugInfo::IngestionStatus
Returns
- (::Google::Cloud::Dialogflow::V2::IngestedContextReferenceDebugInfo::IngestedParameterDebugInfo::IngestionStatus) — The ingestion status for this specific parameter.
#ingestion_status=
def ingestion_status=(value) -> ::Google::Cloud::Dialogflow::V2::IngestedContextReferenceDebugInfo::IngestedParameterDebugInfo::IngestionStatus
Parameter
- value (::Google::Cloud::Dialogflow::V2::IngestedContextReferenceDebugInfo::IngestedParameterDebugInfo::IngestionStatus) — The ingestion status for this specific parameter.
Returns
- (::Google::Cloud::Dialogflow::V2::IngestedContextReferenceDebugInfo::IngestedParameterDebugInfo::IngestionStatus) — The ingestion status for this specific parameter.
#parameter
def parameter() -> ::String
Returns
- (::String) — The name of the parameter in the context reference.
#parameter=
def parameter=(value) -> ::String
Parameter
- value (::String) — The name of the parameter in the context reference.
Returns
- (::String) — The name of the parameter in the context reference.